config.gcc (powerpc*-*-*): --with-cpu=cell is a 64bit CPU.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 24 Sep 2007 17:15:50 +0000 (17:15 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 24 Sep 2007 17:15:50 +0000 (10:15 -0700)
2007-09-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config.gcc (powerpc*-*-*): --with-cpu=cell is a 64bit CPU.
        Allow --with-tune=cell and --with-cpu=cell.

From-SVN: r128721

gcc/ChangeLog
gcc/config.gcc

index 935f3033139c7024b606e0a34af21f6b42e99a8f..58bb053fc5196876a3916200e5c2207ff4806116 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * config.gcc (powerpc*-*-*): --with-cpu=cell is a 64bit CPU.
+       Allow --with-tune=cell and --with-cpu=cell.
+
 2007-09-24  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/rs6000-protos.h (rs6000_emit_swrsqrtsf): Declare.
index 1b353a61c42bdad7ad21708a855db76ef6f9d8c5..72e206c5cc49261b047db9445ff7629ffc483344 100644 (file)
@@ -315,7 +315,7 @@ powerpc*-*-*)
        extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
        need_64bit_hwint=yes
        case x$with_cpu in
-           xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a)
+           xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a|xcell)
                cpu_is_64bit=yes
                ;;
        esac
@@ -3115,7 +3115,7 @@ case "${target}" in
                        | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
                        | 601 | 602 | 603 | 603e | ec603e | 604 \
                        | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
-                       | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
+                       | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
                                # OK
                                ;;
                        *)