+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-02 David Ayers <ayers@fsfe.org>
PR objc/27377
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
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