summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorrafal <rafal@NetBSD.org>2001-12-05 05:49:41 +0000
committerrafal <rafal@NetBSD.org>2001-12-05 05:49:41 +0000
commit9b61c2acc26be353326c31dfaf77b2cf3d653702 (patch)
treec17e5977f26947064475e71b46a5fa51aed80bb7 /gnu/usr.bin/binutils
parent49df24a94219827aa0cf44b23893ebbfff27adc1 (diff)
Fix up `netbsdY' or `netbsdZ' in various places where toolchain2netbsd
stripped netbsd1.5[YZ] to netbsd[YZ]. toolchain2netbsd should probably be whacked to DTRT as well.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/common/arch/mipseb/config.h2
-rw-r--r--gnu/usr.bin/binutils/gas/arch/mipseb/config.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/common/arch/mipseb/config.h b/gnu/usr.bin/binutils/common/arch/mipseb/config.h
index 80e754897e2..46ecf3c5252 100644
--- a/gnu/usr.bin/binutils/common/arch/mipseb/config.h
+++ b/gnu/usr.bin/binutils/common/arch/mipseb/config.h
@@ -192,5 +192,5 @@
/* #undef USE_BINARY_FOPEN */
/* Configured target name. */
-#define TARGET "mipseb-unknown-netbsdY"
+#define TARGET "mipseb-unknown-netbsd"
diff --git a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h b/gnu/usr.bin/binutils/gas/arch/mipseb/config.h
index a8fb694c24c..0e00de1c4ec 100644
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h
+++ b/gnu/usr.bin/binutils/gas/arch/mipseb/config.h
@@ -234,10 +234,10 @@
#define BFD_ASSEMBLER 1
/* Target alias. */
-#define TARGET_ALIAS "mipseb-unknown-netbsdY"
+#define TARGET_ALIAS "mipseb-unknown-netbsd"
/* Canonical target. */
-#define TARGET_CANONICAL "mipseb-unknown-netbsdY"
+#define TARGET_CANONICAL "mipseb-unknown-netbsd"
/* Target CPU. */
#define TARGET_CPU "mipseb"
@@ -246,7 +246,7 @@
#define TARGET_VENDOR "unknown"
/* Target OS. */
-#define TARGET_OS "netbsdY"
+#define TARGET_OS "netbsd"
/* Define if you have the stpcpy function */
/* #undef HAVE_STPCPY */