Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc also need bversion.h



details:   https://anonhg.NetBSD.org/src/rev/d84281d4eb4d
branches:  trunk
changeset: 766571:d84281d4eb4d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 28 04:30:32 2011 +0000

description:
also need bversion.h

diffstat:

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

diffs (20 lines):

diff -r 00f93778a83e -r d84281d4eb4d tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Tue Jun 28 04:24:12 2011 +0000
+++ b/tools/gcc/mknative-gcc    Tue Jun 28 04:30:32 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.49 2011/06/28 03:58:55 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.50 2011/06/28 04:30:32 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -599,6 +599,9 @@
        for f in $hfiles; do
                write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/$f.h <$_TMPDIR/gcc/$f.h
        done
+
+       write_c $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/bversion.h \
+               <$_TMPDIR/gcc/bversion.h
 }
 
 ##### main #####



Home | Main Index | Thread Index | Old Index