config.gcc (mips64*-*-linux*): Keep existing tm_defines.
* config.gcc (mips64*-*-linux*): Keep existing tm_defines. (mips*-*-linux*): Likewise. From-SVN: r112149
This commit is contained in:
parent
da54e73b88
commit
5d2a73d520
@ -1,3 +1,8 @@
|
||||
2006-03-16 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* config.gcc (mips64*-*-linux*): Keep existing tm_defines.
|
||||
(mips*-*-linux*): Likewise.
|
||||
|
||||
2006-03-16 Roger Sayle <roger@eyesopen.com>
|
||||
Daniel Speyer <dspeyer@wam.umd.edu>
|
||||
|
||||
|
@ -1501,7 +1501,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian.
|
||||
mips64*-*-linux*)
|
||||
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
|
||||
tmake_file="${tmake_file} mips/t-linux64"
|
||||
tm_defines="MIPS_ABI_DEFAULT=ABI_N32"
|
||||
tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
|
||||
gnu_ld=yes
|
||||
gas=yes
|
||||
;;
|
||||
@ -1510,7 +1510,7 @@ mips*-*-linux*) # Linux MIPS, either endian.
|
||||
case ${target} in
|
||||
mipsisa32*-*)
|
||||
target_cpu_default="MASK_SOFT_FLOAT"
|
||||
tm_defines="MIPS_ISA_DEFAULT=32"
|
||||
tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user