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 grab libstdc++-v3/config.h it's not used.
details: https://anonhg.NetBSD.org/src/rev/fc0337f143f7
branches: trunk
changeset: 796335:fc0337f143f7
user: skrll <skrll%NetBSD.org@localhost>
date: Thu May 29 16:27:50 2014 +0000
description:
Don't grab libstdc++-v3/config.h it's not used.
diffstat:
tools/gcc/mknative-gcc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 3e893ff4f3d4 -r fc0337f143f7 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc Thu May 29 14:48:40 2014 +0000
+++ b/tools/gcc/mknative-gcc Thu May 29 16:27:50 2014 +0000
@@ -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 @@
<$_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
Home |
Main Index |
Thread Index |
Old Index