Module Name:    src
Committed By:   skrll
Date:           Thu May 29 16:27:50 UTC 2014

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

Log Message:
Don't grab libstdc++-v3/config.h it's not used.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 src/tools/gcc/mknative-gcc:1.79
--- src/tools/gcc/mknative-gcc:1.78	Sun Mar  2 04:58:20 2014
+++ src/tools/gcc/mknative-gcc	Thu May 29 16:27:50 2014
@@ -1,5 +1,5 @@
 #!/bin/sh
-#	$NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 mrg Exp $
+#	$NetBSD: mknative-gcc,v 1.79 2014/05/29 16:27:50 skrll Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of gcc.
@@ -219,8 +219,6 @@ get_libstdcxx_v3 () {
 			<$_TMPDIR/$_PLATFORM/libstdc++-v3/include/$_PLATFORM/bits/$h
 	done
 
-	write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/config.h \
-		<$_TMPDIR/$_PLATFORM/libstdc++-v3/config.h
 	write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/gstdint.h \
 		<$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h
 

Reply via email to