summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/configure
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-18 11:52:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-18 11:52:28 +0000
commit906276763a6b3643598daf78a17e09436b354f40 (patch)
tree01bf2dbf2d4056da668891c84cc9e28f307de387 /gnu/usr.bin/gcc/configure
parentbf31bf7cd621b22e582b885489292c52165ed353 (diff)
${MACHINE_ARCH}-unknown-openbsd2.0 always, except for mips where little/big-endian is significant
Diffstat (limited to 'gnu/usr.bin/gcc/configure')
-rw-r--r--gnu/usr.bin/gcc/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure
index 4b6c54fdeb7..291f56cec50 100644
--- a/gnu/usr.bin/gcc/configure
+++ b/gnu/usr.bin/gcc/configure
@@ -1806,7 +1806,7 @@ for machine in $canon_build $canon_host $canon_target; do
fixincludes=Makefile.in
prefix=$native_prefix
;;
- mips-r4kle-openbsd* | mips-arc-openbsd*) # MIPS R4k running OpenBSD
+ mips64el-*-openbsd*) # MIPS R4k running OpenBSD
tm_file=mips/openbsd-le.h
xm_file=mips/xm-openbsd.h
xmake_file=x-openbsd
@@ -1814,7 +1814,7 @@ for machine in $canon_build $canon_host $canon_target; do
fixincludes=Makefile.in
prefix=$native_prefix
;;
- mips-r4kbe-openbsd*) # MIPS R4k running OpenBSD
+ mips64-*-openbsd*) # MIPS R4k big-endian running OpenBSD
tm_file=mips/openbsd-be.h
xm_file=mips/xm-openbsd.h
xmake_file=x-openbsd
@@ -2156,7 +2156,7 @@ for machine in $canon_build $canon_host $canon_target; do
fixincludes=Makefile.in
xmake_file=x-netbsd
;;
- ns32k-pc532-openbsd*)
+ ns32k-*-openbsd*)
tm_file=ns32k/openbsd.h
xm_file=ns32k/xm-openbsd.h
tmake_file=t-libc-ok