Back mips N64 changes made to wrong toolchain.
This commit is contained in:
parent
065fd1a5c0
commit
101216a5b7
6
gnu/dist/gcc/gcc/config.gcc
vendored
6
gnu/dist/gcc/gcc/config.gcc
vendored
@ -1901,12 +1901,6 @@ mips*-*-netbsd*) # NetBSD/mips, either endian.
|
||||
target_cpu_default="MASK_GAS|MASK_ABICALLS"
|
||||
tm_file="elfos.h ${tm_file} mips/netbsd.h"
|
||||
tmake_file="${tmake_file} mips/t-netbsd"
|
||||
case $machine in
|
||||
mips64*-*)
|
||||
target_cpu_default="MASK_GAS|MASK_64BIT|MASK_FLOAT64"
|
||||
tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N64"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
mips*-*-linux*) # Linux MIPS, either endian.
|
||||
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
|
||||
|
Loading…
Reference in New Issue
Block a user