Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc also pull tr1_impl_headers parallel_headers and de...



details:   https://anonhg.NetBSD.org/src/rev/44619c97f10c
branches:  trunk
changeset: 766689:44619c97f10c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 30 07:01:14 2011 +0000

description:
also pull tr1_impl_headers parallel_headers and decimal_headers for libstdc++

diffstat:

 tools/gcc/mknative-gcc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r de29343aa49f -r 44619c97f10c tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Thu Jun 30 04:45:38 2011 +0000
+++ b/tools/gcc/mknative-gcc    Thu Jun 30 07:01:14 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.53 2011/06/29 05:06:03 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.54 2011/06/30 07:01:14 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -479,7 +479,7 @@
        *)
                _src_CC_files="atomicity_file CCODECVT_CC CCOLLATE_CC CCTYPE_CC CMESSAGES_CC CMONEY_CC CNUMERIC_CC CTIME_CC CLOCALE_CC BASIC_FILE_CC"
                _headers1="host_headers debug_headers tr1_headers c_compatibility_headers_extra"
-               _headers2="thread_host_headers host_headers_extra"
+               _headers2="thread_host_headers host_headers_extra tr1_impl_headers parallel_headers decimal_headers"
                _build_headers="c++allocator.h c++config.h cxxabi_tweaks.h gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h"
                _unwind="UNWIND_H"
                ;;



Home | Main Index | Thread Index | Old Index