Kill x-mips
This commit is contained in:
parent
97fa2c7046
commit
acd112f21e
@ -1,5 +1,5 @@
|
||||
--- gcc/configure.in.orig Wed Feb 10 00:02:22 1999
|
||||
+++ gcc/configure.in Wed Feb 10 00:17:19 1999
|
||||
--- gcc/configure.in.orig Thu Jan 28 09:46:10 1999
|
||||
+++ gcc/configure.in Fri Feb 12 00:42:39 1999
|
||||
@@ -502,11 +502,21 @@
|
||||
tm_file=${cpu_type}/${cpu_type}.h
|
||||
xm_file=${cpu_type}/xm-${cpu_type}.h
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
alpha*-dec-osf*)
|
||||
if test x$stabs = xyes
|
||||
@@ -780,6 +796,10 @@
|
||||
@@ -776,6 +792,10 @@
|
||||
h8300-*-*)
|
||||
float_format=i32
|
||||
;;
|
||||
@ -47,7 +47,7 @@
|
||||
hppa1.1-*-pro*)
|
||||
tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h"
|
||||
xm_file=pa/xm-papro.h
|
||||
@@ -1107,10 +1127,8 @@
|
||||
@@ -1103,10 +1123,8 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=i386/t-freebsd
|
||||
;;
|
||||
@ -59,7 +59,7 @@
|
||||
changequote([,])dnl
|
||||
tm_file=i386/netbsd.h
|
||||
# On NetBSD, the headers are already okay, except for math.h.
|
||||
@@ -1118,6 +1136,14 @@
|
||||
@@ -1114,6 +1132,14 @@
|
||||
tmake_file=t-netbsd
|
||||
;;
|
||||
changequote(,)dnl
|
||||
@ -74,7 +74,7 @@
|
||||
i[34567]86-*-coff*)
|
||||
changequote([,])dnl
|
||||
tm_file=i386/i386-coff.h
|
||||
@@ -1979,6 +2005,11 @@
|
||||
@@ -1975,6 +2001,11 @@
|
||||
tmake_file=t-netbsd
|
||||
float_format=m68k
|
||||
;;
|
||||
@ -86,7 +86,7 @@
|
||||
m68k-*-sysv3*) # Motorola m68k's running system V.3
|
||||
xm_file="xm-alloca.h ${xm_file}"
|
||||
xm_defines=USG
|
||||
@@ -2102,6 +2133,9 @@
|
||||
@@ -2098,6 +2129,9 @@
|
||||
tmake_file=m88k/t-luna
|
||||
fi
|
||||
;;
|
||||
@ -96,22 +96,24 @@
|
||||
m88k-*-sysv3*)
|
||||
tm_file=m88k/sysv3.h
|
||||
extra_parts="crtbegin.o crtend.o"
|
||||
@@ -2310,6 +2344,14 @@
|
||||
@@ -2306,6 +2340,16 @@
|
||||
gas=yes
|
||||
fixincludes=Makefile.in
|
||||
;;
|
||||
+ mips*el-*-openbsd*) # mips little endian
|
||||
+ target_cpu_default="MASK_GAS|MASK_ABICALLS"
|
||||
+ tm_file=mips/openbsd.h
|
||||
+ xmake_file=none
|
||||
+ ;;
|
||||
+ mips*-*-openbsd*) # mips big endian
|
||||
+ target_cpu_default="MASK_GAS|MASK_ABICALLS"
|
||||
+ tm_file=mips/openbsd-be.h
|
||||
+ xmake_file=none
|
||||
+ ;;
|
||||
mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
|
||||
tm_file="mips/news4.h ${tm_file}"
|
||||
if test x$stabs = xyes; then
|
||||
@@ -2660,6 +2702,9 @@
|
||||
@@ -2656,6 +2700,9 @@
|
||||
;;
|
||||
pdp11-*-*)
|
||||
;;
|
||||
@ -121,7 +123,7 @@
|
||||
pyramid-*-*)
|
||||
cpu_type=pyr
|
||||
xmake_file=pyr/x-pyr
|
||||
@@ -2672,6 +2717,14 @@
|
||||
@@ -2668,6 +2715,14 @@
|
||||
xmake_file=romp/x-mach
|
||||
use_collect2=yes
|
||||
;;
|
||||
@ -136,7 +138,7 @@
|
||||
powerpc-*-beos*)
|
||||
cpu_type=rs6000
|
||||
tm_file=rs6000/beos.h
|
||||
@@ -2966,6 +3019,10 @@
|
||||
@@ -2962,6 +3017,10 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=t-netbsd
|
||||
;;
|
||||
@ -147,7 +149,7 @@
|
||||
sparc-*-bsd*)
|
||||
tm_file=sparc/bsd.h
|
||||
;;
|
||||
@@ -3193,6 +3250,9 @@
|
||||
@@ -3189,6 +3248,9 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=t-netbsd
|
||||
float_format=vax
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gcc/configure.in.orig Wed Feb 10 00:02:22 1999
|
||||
+++ gcc/configure.in Wed Feb 10 00:17:19 1999
|
||||
--- gcc/configure.in.orig Thu Jan 28 09:46:10 1999
|
||||
+++ gcc/configure.in Fri Feb 12 00:42:39 1999
|
||||
@@ -502,11 +502,21 @@
|
||||
tm_file=${cpu_type}/${cpu_type}.h
|
||||
xm_file=${cpu_type}/xm-${cpu_type}.h
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
alpha*-dec-osf*)
|
||||
if test x$stabs = xyes
|
||||
@@ -780,6 +796,10 @@
|
||||
@@ -776,6 +792,10 @@
|
||||
h8300-*-*)
|
||||
float_format=i32
|
||||
;;
|
||||
@ -47,7 +47,7 @@
|
||||
hppa1.1-*-pro*)
|
||||
tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h"
|
||||
xm_file=pa/xm-papro.h
|
||||
@@ -1107,10 +1127,8 @@
|
||||
@@ -1103,10 +1123,8 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=i386/t-freebsd
|
||||
;;
|
||||
@ -59,7 +59,7 @@
|
||||
changequote([,])dnl
|
||||
tm_file=i386/netbsd.h
|
||||
# On NetBSD, the headers are already okay, except for math.h.
|
||||
@@ -1118,6 +1136,14 @@
|
||||
@@ -1114,6 +1132,14 @@
|
||||
tmake_file=t-netbsd
|
||||
;;
|
||||
changequote(,)dnl
|
||||
@ -74,7 +74,7 @@
|
||||
i[34567]86-*-coff*)
|
||||
changequote([,])dnl
|
||||
tm_file=i386/i386-coff.h
|
||||
@@ -1979,6 +2005,11 @@
|
||||
@@ -1975,6 +2001,11 @@
|
||||
tmake_file=t-netbsd
|
||||
float_format=m68k
|
||||
;;
|
||||
@ -86,7 +86,7 @@
|
||||
m68k-*-sysv3*) # Motorola m68k's running system V.3
|
||||
xm_file="xm-alloca.h ${xm_file}"
|
||||
xm_defines=USG
|
||||
@@ -2102,6 +2133,9 @@
|
||||
@@ -2098,6 +2129,9 @@
|
||||
tmake_file=m88k/t-luna
|
||||
fi
|
||||
;;
|
||||
@ -96,22 +96,24 @@
|
||||
m88k-*-sysv3*)
|
||||
tm_file=m88k/sysv3.h
|
||||
extra_parts="crtbegin.o crtend.o"
|
||||
@@ -2310,6 +2344,14 @@
|
||||
@@ -2306,6 +2340,16 @@
|
||||
gas=yes
|
||||
fixincludes=Makefile.in
|
||||
;;
|
||||
+ mips*el-*-openbsd*) # mips little endian
|
||||
+ target_cpu_default="MASK_GAS|MASK_ABICALLS"
|
||||
+ tm_file=mips/openbsd.h
|
||||
+ xmake_file=none
|
||||
+ ;;
|
||||
+ mips*-*-openbsd*) # mips big endian
|
||||
+ target_cpu_default="MASK_GAS|MASK_ABICALLS"
|
||||
+ tm_file=mips/openbsd-be.h
|
||||
+ xmake_file=none
|
||||
+ ;;
|
||||
mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
|
||||
tm_file="mips/news4.h ${tm_file}"
|
||||
if test x$stabs = xyes; then
|
||||
@@ -2660,6 +2702,9 @@
|
||||
@@ -2656,6 +2700,9 @@
|
||||
;;
|
||||
pdp11-*-*)
|
||||
;;
|
||||
@ -121,7 +123,7 @@
|
||||
pyramid-*-*)
|
||||
cpu_type=pyr
|
||||
xmake_file=pyr/x-pyr
|
||||
@@ -2672,6 +2717,14 @@
|
||||
@@ -2668,6 +2715,14 @@
|
||||
xmake_file=romp/x-mach
|
||||
use_collect2=yes
|
||||
;;
|
||||
@ -136,7 +138,7 @@
|
||||
powerpc-*-beos*)
|
||||
cpu_type=rs6000
|
||||
tm_file=rs6000/beos.h
|
||||
@@ -2966,6 +3019,10 @@
|
||||
@@ -2962,6 +3017,10 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=t-netbsd
|
||||
;;
|
||||
@ -147,7 +149,7 @@
|
||||
sparc-*-bsd*)
|
||||
tm_file=sparc/bsd.h
|
||||
;;
|
||||
@@ -3193,6 +3250,9 @@
|
||||
@@ -3189,6 +3248,9 @@
|
||||
fixincludes=fixinc.wrap
|
||||
tmake_file=t-netbsd
|
||||
float_format=vax
|
||||
|
Loading…
Reference in New Issue
Block a user