OSDN Git Service

PR target/39634
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Apr 2009 04:47:05 +0000 (04:47 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Apr 2009 04:47:05 +0000 (04:47 +0000)
* config.gcc (powerpc64-*-linux*): Always build biarch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145795 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index feedc5c..581337c 100644 (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
index 2247424..21f4920 100644 (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