re PR target/39634 (powerpc64 libgcc contains useless softfp functions)

PR target/39634
	* config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
	rs6000/t-linux64.

From-SVN: r145642
This commit is contained in:
Alan Modra 2009-04-07 00:53:05 +00:00 committed by Alan Modra
parent 4490af0c74
commit e7326aee2c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-04-07 Alan Modra <amodra@bigpond.net.au>
PR target/39634
* config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
rs6000/t-linux64.
2009-04-04 Richard Earnshaw <rearnsha@arm.com>
PR target/39501

View File

@ -1835,7 +1835,7 @@ powerpc-*-linux*paired*)
powerpc-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
extra_options="${extra_options} rs6000/sysv4.opt"
tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
case ${enable_targets}:${cpu_is_64bit} in
*powerpc64* | all:* | *:yes)
if test x$cpu_is_64bit = xyes; then
@ -1849,6 +1849,7 @@ powerpc-*-linux*)
tm_file="${tm_file} rs6000/linux.h"
;;
esac
tmake_file="${tmake_file} rs6000/t-fprules-softfp soft-fp/t-softfp"
if test x${enable_secureplt} = xyes; then
tm_file="rs6000/secureplt.h ${tm_file}"
fi