config.host (mips64*-*-linux*, [...]): Remove.
libgcc/ 2012-04-28 Aurelien Jarno <aurelien@aurel32.net> * config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove. (mips*-*-linux*): Include mips/t-tpbit when long double is 16 bytes long. From-SVN: r186931
This commit is contained in:
parent
69f232c5a1
commit
e4bb767ec3
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-04-28 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* config.host (mips64*-*-linux*, mipsisa64*-*-linux*): Remove.
|
||||
(mips*-*-linux*): Include mips/t-tpbit when long double is
|
||||
16 bytes long.
|
||||
|
||||
2012-04-25 Sriraman Tallam <tmsriram@google.com>
|
||||
|
||||
* config/i386/i386-cpuinfo.c (FEATURE_AVX2): New enum value.
|
||||
|
|
|
@ -728,15 +728,13 @@ microblaze*-*-*)
|
|||
;;
|
||||
mips*-*-netbsd*) # NetBSD/mips, either endian.
|
||||
;;
|
||||
mips64*-*-linux* | mipsisa64*-*-linux*)
|
||||
extra_parts="$extra_parts crtfastmath.o"
|
||||
tmake_file="${tmake_file} t-crtfm mips/t-mips16 mips/t-tpbit"
|
||||
md_unwind_header=mips/linux-unwind.h
|
||||
;;
|
||||
mips*-*-linux*) # Linux MIPS, either endian.
|
||||
extra_parts="$extra_parts crtfastmath.o"
|
||||
tmake_file="${tmake_file} t-crtfm mips/t-mips16"
|
||||
md_unwind_header=mips/linux-unwind.h
|
||||
if test "${ac_cv_sizeof_long_double}" = 16; then
|
||||
tmake_file="${tmake_file} mips/t-tpbit"
|
||||
fi
|
||||
;;
|
||||
mips*-sde-elf*)
|
||||
tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
|
||||
|
|
Loading…
Add table
Reference in a new issue