Module Name: src
Committed By: mrg
Date: Sun Mar 2 04:58:20 UTC 2014
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
don't collect gthr-default.h anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 src/tools/gcc/mknative-gcc:1.78
--- src/tools/gcc/mknative-gcc:1.77 Sun Mar 2 03:17:14 2014
+++ src/tools/gcc/mknative-gcc Sun Mar 2 04:58:20 2014
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mknative-gcc,v 1.77 2014/03/02 03:17:14 mrg Exp $
+# $NetBSD: mknative-gcc,v 1.78 2014/03/02 04:58:20 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++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-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"