Module Name:    src
Committed By:   mrg
Date:           Thu Jun 30 07:16:59 UTC 2011

Modified Files:
        src/tools/gcc: mknative-gcc

Log Message:
fix previous; they belong in _headers1


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/tools/gcc/mknative-gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/mknative-gcc
diff -u src/tools/gcc/mknative-gcc:1.54 src/tools/gcc/mknative-gcc:1.55
--- src/tools/gcc/mknative-gcc:1.54	Thu Jun 30 07:01:14 2011
+++ src/tools/gcc/mknative-gcc	Thu Jun 30 07:16:59 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mknative-gcc,v 1.54 2011/06/30 07:01:14 mrg Exp $
+#	$NetBSD: mknative-gcc,v 1.55 2011/06/30 07:16:59 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -478,8 +478,8 @@
 	case ${_subdir} in
 	*)
 		_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 tr1_impl_headers parallel_headers decimal_headers"
+		_headers1="host_headers debug_headers tr1_headers c_compatibility_headers_extra tr1_impl_headers parallel_headers decimal_headers"
+		_headers2="thread_host_headers host_headers_extra"
 		_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"
 		;;

Reply via email to