diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-18 12:13:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-18 12:13:21 +0000 |
commit | 7bb3161a0d2664055a85a94de976149904584fb3 (patch) | |
tree | c4b42f625d3052117c63370f31ae76fa0fa92bb6 /gnu | |
parent | 906276763a6b3643598daf78a17e09436b354f40 (diff) |
one more touchup
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/configure | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/usr.bin/gcc/configure b/gnu/usr.bin/gcc/configure index 291f56cec50..96fca3bf7fd 100644 --- a/gnu/usr.bin/gcc/configure +++ b/gnu/usr.bin/gcc/configure @@ -1798,17 +1798,10 @@ for machine in $canon_build $canon_host $canon_target; do fixincludes=Makefile.in prefix=$native_prefix ;; - mips-dec-openbsd*) # Decstation running OpenBSD - tm_file=mips/openbsd.h - xm_file=mips/xm-openbsd.h - xmake_file=x-openbsd - tmake_file=t-libc-ok - fixincludes=Makefile.in - prefix=$native_prefix - ;; mips64el-*-openbsd*) # MIPS R4k running OpenBSD tm_file=mips/openbsd-le.h xm_file=mips/xm-openbsd.h + cpu_type=mips xmake_file=x-openbsd tmake_file=t-libc-ok fixincludes=Makefile.in @@ -1817,6 +1810,7 @@ for machine in $canon_build $canon_host $canon_target; do mips64-*-openbsd*) # MIPS R4k big-endian running OpenBSD tm_file=mips/openbsd-be.h xm_file=mips/xm-openbsd.h + cpu_type=mips xmake_file=x-openbsd tmake_file=t-libc-ok fixincludes=Makefile.in |