Commit c90c5fb5 by Alan Modra Committed by Alan Modra

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

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

From-SVN: r145795
parent 17cede2e
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment