config.gcc (powerpc-*): Allow native for with-cpu.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 24 May 2013 18:09:55 +0000 (18:09 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Fri, 24 May 2013 18:09:55 +0000 (14:09 -0400)
2013-05-24  Nathan Sidwell  <nathan@codesourcery.com>
    Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* config.gcc (powerpc-*): Allow native for with-cpu.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r199308

gcc/ChangeLog
gcc/config.gcc

index 3d665c3d9d9c1acd58e2c80d49969d73b272e0a1..1ef26d9ddc1a1ec79999d8120b3484adcb4cdf2d 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-24  Nathan Sidwell  <nathan@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config.gcc (powerpc-*): Allow native for with-cpu.
+
 2013-05-24  Jeff Law  <law@redhat.com>
 
        PR tree-optimization/57124
index 41ea505ca1918875b7d025a437f8437772421468..ef75fa588ae14f4aa17fb914b2ce9e7ced367806 100644 (file)
@@ -3535,7 +3535,7 @@ case "${target}" in
                                tm_defines="${tm_defines} CONFIG_PPC405CR"
                                eval "with_$which=405"
                                ;;
-                       "" | common \
+                       "" | common | native \
                        | power | power[2345678] | power6x | powerpc | powerpc64 \
                        | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
                        | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \