Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc fix all-tree.def, and add gtyp-input.list



details:   https://anonhg.NetBSD.org/src/rev/40de7e3f9668
branches:  trunk
changeset: 766639:40de7e3f9668
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 29 05:06:03 2011 +0000

description:
fix all-tree.def, and add gtyp-input.list

diffstat:

 tools/gcc/mknative-gcc |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 803f49bd02f7 -r 40de7e3f9668 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Wed Jun 29 05:00:06 2011 +0000
+++ b/tools/gcc/mknative-gcc    Wed Jun 29 05:06:03 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.52 2011/06/29 02:13:59 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.53 2011/06/29 05:06:03 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -611,8 +611,9 @@
                write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/$f.h <$_TMPDIR/gcc/$f.h
        done
 
-       for f in all-tree.def; do
-               write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/$f <$_TMPDIR/gcc/$f
+       # ones we want to keep identical
+       for f in all-tree.def gtyp-input.list; do
+               cp $_TMPDIR/gcc/$f $_OUTDIR/usr.bin/$_subdir/arch/$MACHINE_ARCH/$f
        done
 }
 



Home | Main Index | Thread Index | Old Index