Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc fix a typo in previous



details:   https://anonhg.NetBSD.org/src/rev/f1f5441183c4
branches:  trunk
changeset: 550100:f1f5441183c4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jul 30 05:10:06 2003 +0000

description:
fix a typo in previous

diffstat:

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

diffs (19 lines):

diff -r 4383f599eb72 -r f1f5441183c4 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Wed Jul 30 05:06:28 2003 +0000
+++ b/tools/gcc/mknative-gcc    Wed Jul 30 05:10:06 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.4 2003/07/30 05:06:28 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.5 2003/07/30 05:10:06 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/toolchain.
@@ -105,7 +105,7 @@
                ALLOCA EXTRA_OFILES LIBOBJS REQUIRED_OFILES \
                | write_mk gnu/usr.bin/gcc3/libiberty/defs.mk
 
-       write_c gnu/usr.bin/gcc3/libiberty/arch/$MACHNIE_ARCH/config.h \
+       write_c gnu/usr.bin/gcc3/libiberty/arch/$MACHINE_ARCH/config.h \
                <$_TMPDIR/libiberty/config.h
 }
 



Home | Main Index | Thread Index | Old Index