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

PR target/39634
	* config.gcc (powerpc64-*-linux*): Always build biarch.

From-SVN: r145795
This commit is contained in:
Alan Modra 2009-04-09 04:47:05 +00:00 committed by Alan Modra
parent 17cede2e30
commit c90c5fb5a5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-09 Alan Modra <amodra@bigpond.net.au>
PR target/39634
* config.gcc (powerpc64-*-linux*): Always build biarch.
2009-04-09 Joseph Myers <joseph@codesourcery.com>
PR c/39613

View File

@ -1806,10 +1806,11 @@ powerpc-*-linux* | powerpc64-*-linux*)
;;
powerpc64-*-linux*)
test x$with_cpu != x || cpu_is_64bit=yes
maybe_biarch=always
;;
esac
case ${maybe_biarch}:${enable_targets}:${cpu_is_64bit} in
yes:*powerpc64* | yes:all:* | yes:*:yes)
always:* | yes:*powerpc64* | yes:all:* | yes:*:yes)
if test x$cpu_is_64bit = xyes; then
tm_file="${tm_file} rs6000/default64.h"
fi