Module Name: src
Committed By: mrg
Date: Sun Mar 2 03:17:14 UTC 2014
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
don't collect c++allocator.h. we copy it via G_ALLOCATOR_H we've
already pulled out, and the extra copy can confuse make when it
has an older timestamp than the copy in dist/libstdc++-v3/.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 src/tools/gcc/mknative-gcc:1.77
--- src/tools/gcc/mknative-gcc:1.76 Wed Feb 26 09:54:34 2014
+++ src/tools/gcc/mknative-gcc Sun Mar 2 03:17:14 2014
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.76 2014/02/26 09:54:34 mrg Exp $
+# $NetBSD: mknative-gcc,v 1.77 2014/03/02 03:17:14 mrg Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of gcc.
@@ -205,7 +205,7 @@ get_libstdcxx_v3 () {
mkdir -p $_OUTDIR/lib/$_subdir/arch/$MACHINE_ARCH
- _build_headers="c++allocator.h c++config.h cxxabi_tweaks.h gthr-default.h gthr-posix.h gthr-single.h gthr.h"
+ _build_headers="c++config.h cxxabi_tweaks.h gthr-default.h gthr-posix.h gthr-single.h gthr.h"
_headers1="c_base_headers_extra_install"
_headers1="$_headers1 tr1_headers tr2_headers decimal_headers c_compatibility_headers_install"
_headers1="$_headers1 debug_headers parallel_headers"