Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc don't collect c++allocator.h. we copy it via G_AL...
details: https://anonhg.NetBSD.org/src/rev/3a7190a2c4cf
branches: trunk
changeset: 327217:3a7190a2c4cf
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 02 03:17:14 2014 +0000
description:
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/.
diffstat:
tools/gcc/mknative-gcc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 28cd6e803f98 -r 3a7190a2c4cf tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Sun Mar 02 03:16:20 2014 +0000
+++ b/tools/gcc/mknative-gcc Sun Mar 02 03:17:14 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index