2013-05-24 Nathan Sidwell <nathan@codesourcery.com>
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2013 18:09:55 +0000 (18:09 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 May 2013 18:09:55 +0000 (18:09 +0000)
    Sandra Loosemore  <sandra@codesourcery.com>

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

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

gcc/ChangeLog
gcc/config.gcc

index 3d665c3..1ef26d9 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 41ea505..ef75fa5 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 \