Commit 74826b0f by Eric Christopher

Missed a file from previous check-in.

From-SVN: r54568
parent be95b8a5
...@@ -1819,11 +1819,6 @@ mips-sgi-*) # would otherwise be caught by mips-*-elf* ...@@ -1819,11 +1819,6 @@ mips-sgi-*) # would otherwise be caught by mips-*-elf*
;; ;;
mips*-*-netbsd*) # NetBSD/mips, either endian. mips*-*-netbsd*) # NetBSD/mips, either endian.
tm_file="elfos.h mips/netbsd.h" tm_file="elfos.h mips/netbsd.h"
case $machine in
mips*el-*)
tm_file="mips/little.h $tm_file"
;;
esac
tmake_file="${tmake_file} mips/t-netbsd" tmake_file="${tmake_file} mips/t-netbsd"
;; ;;
mips*-*-linux*) # Linux MIPS, either endian. mips*-*-linux*) # Linux MIPS, either endian.
...@@ -1834,11 +1829,6 @@ mips*-*-linux*) # Linux MIPS, either endian. ...@@ -1834,11 +1829,6 @@ mips*-*-linux*) # Linux MIPS, either endian.
target_cpu_default="MASK_SOFT_FLOAT" target_cpu_default="MASK_SOFT_FLOAT"
;; ;;
esac esac
case $machine in
mips*el-*)
tm_file="mips/little.h $tm_file"
;;
esac
tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux" tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
gnu_ld=yes gnu_ld=yes
...@@ -1854,46 +1844,27 @@ mips*-*-openbsd*) # mips big endian ...@@ -1854,46 +1844,27 @@ mips*-*-openbsd*) # mips big endian
target_cpu_default="MASK_GAS|MASK_ABICALLS" target_cpu_default="MASK_GAS|MASK_ABICALLS"
tm_file="mips/openbsd-be.h ${tm_file}" tm_file="mips/openbsd-be.h ${tm_file}"
;; ;;
mipsel-*-ecoff*) mips-*-ecoff* | mipsel-*-ecoff*)
tm_file=mips/ecoffl.h
if test x$stabs = xyes; then
tm_file="${tm_file} dbx.h"
fi
tmake_file=mips/t-ecoff
;;
mips-*-ecoff*)
tm_file="gofast.h mips/ecoff.h" tm_file="gofast.h mips/ecoff.h"
if test x$stabs = xyes; then if test x$stabs = xyes; then
tm_file="${tm_file} dbx.h" tm_file="${tm_file} dbx.h"
fi fi
tmake_file=mips/t-ecoff tmake_file=mips/t-ecoff
;; ;;
mipsisa32-*-elf*) mipsisa32-*-elf* | mipsisa32el-*-elf*)
tm_file="mips/isa3264.h mips/abi64.h" tm_file="mips/isa3264.h mips/abi64.h"
tmake_file=mips/t-isa3264 tmake_file=mips/t-isa3264
target_cpu_default="MASK_SOFT_FLOAT" target_cpu_default="MASK_SOFT_FLOAT"
;; ;;
mipsel-*-elf*) mips-*-elf* | mipsel-*-elf*)
tm_file="mips/elfl.h"
tmake_file=mips/t-elf
;;
mips-*-elf*)
tm_file="mips/elf.h" tm_file="mips/elf.h"
tmake_file=mips/t-elf tmake_file=mips/t-elf
;; ;;
mips64el-*-elf*) mips64-*-elf* | mips64el-*-elf*)
tm_file="mips/elfl64.h"
tmake_file=mips/t-elf
;;
mips64orionel-*-elf*)
tm_file="mips/elforion.h mips/elfl64.h"
tmake_file=mips/t-elf
;;
mips64-*-elf*)
tm_file="mips/elf64.h" tm_file="mips/elf64.h"
tmake_file=mips/t-elf tmake_file=mips/t-elf
;; ;;
mips64orion-*-elf*) mips64orion-*-elf* | mips64orionel-*-elf*)
tm_file="mips/elforion.h mips/elf64.h" tm_file="mips/elforion.h mips/elf64.h"
tmake_file=mips/t-elf tmake_file=mips/t-elf
;; ;;
...@@ -1913,12 +1884,7 @@ mips*-*-rtems*) ...@@ -1913,12 +1884,7 @@ mips*-*-rtems*)
thread_file='rtems' thread_file='rtems'
fi fi
;; ;;
mipstx39el-*-elf*) mipstx39-*-elf* | mipstx39el-*-elf*)
tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
tmake_file=mips/t-r3900
target_cpu_default="MASK_SOFT_FLOAT"
;;
mipstx39-*-elf*)
tm_file="mips/r3900.h mips/elf.h mips/abi64.h" tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
tmake_file=mips/t-r3900 tmake_file=mips/t-r3900
;; ;;
...@@ -2856,23 +2822,31 @@ hppa*-*-* | parisc*-*-*) ...@@ -2856,23 +2822,31 @@ hppa*-*-* | parisc*-*-*)
;; ;;
esac esac
;; ;;
mips*-*-*)
mips*-*-ecoff* | mips*-*-elf*) case $machine in
if test x$gas = xyes mips*-*-ecoff* | mips*-*-elf*)
then if test x$gas = xyes
if test x$gnu_ld = xyes then
if test x$gnu_ld = xyes
then
target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
else
target_cpu_default2="MASK_GAS"
fi
fi
;;
mips*-*-*)
if test x$gas = xyes
then then
target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
else
target_cpu_default2="MASK_GAS" target_cpu_default2="MASK_GAS"
fi fi
fi ;;
;; esac
mips*-*-*) case $machine in
if test x$gas = xyes mips*el-*-*)
then tm_file="mips/little.h ${tm_file}"
target_cpu_default2="MASK_GAS" ;;
fi esac
;; ;;
powerpc*-*-* | rs6000-*-*) powerpc*-*-* | rs6000-*-*)
if test x$enable_altivec = xyes if test x$enable_altivec = xyes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment