summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafal <rafal@NetBSD.org>2001-08-13 03:25:41 +0000
committerrafal <rafal@NetBSD.org>2001-08-13 03:25:41 +0000
commitff23a23f1dc3cb8bdc1955531d057f40b05e5318 (patch)
treefeb923f4a4fc58280ddae883941075c2b9088800
parenta95288891bf4af9dd93c0f168ead89f5d7511114 (diff)
Fix comment delimiting start of gdb section to say `gdb' instead of `gcc'
-rw-r--r--gnu/toolchain2netbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/toolchain2netbsd b/gnu/toolchain2netbsd
index 787dd687925..d6937d3c083 100644
--- a/gnu/toolchain2netbsd
+++ b/gnu/toolchain2netbsd
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: toolchain2netbsd,v 1.8 2001/08/10 11:57:48 mrg Exp $
+# $NetBSD: toolchain2netbsd,v 1.9 2001/08/13 03:25:41 rafal Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/toolchain.
@@ -260,7 +260,7 @@ for f in auto-host config gencheck hconfig options specs tconfig tm; do
write_c usr.bin/gcc/arch/$MACHINE_ARCH/$f.h <$_TMPDIR/gcc/$f.h
done
-##### gnu/usr.bin/gcc #####
+##### gnu/usr.bin/gdb #####
mkdir -p usr.bin/gdb/arch/$MACHINE_ARCH