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/b990a074355c
branches:  trunk
changeset: 329574:b990a074355c
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 d0b8701f1877 -r b990a074355c 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