mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
17cede2e30
commit
c90c5fb5a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue