diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2013-05-24 18:09:55 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2013-05-24 14:09:55 -0400 |
commit | 5bd93ff63e9729dbd372ebf4328eb3643e920eb5 (patch) | |
tree | c1dd6b66cb8cfec97824ee46f56d78f94cbbc36a /gcc | |
parent | 2e8a9734c0bf678c090e7137d7ac8185a7ea08cc (diff) | |
download | gcc-5bd93ff63e9729dbd372ebf4328eb3643e920eb5.zip gcc-5bd93ff63e9729dbd372ebf4328eb3643e920eb5.tar.gz gcc-5bd93ff63e9729dbd372ebf4328eb3643e920eb5.tar.bz2 |
config.gcc (powerpc-*): Allow native for with-cpu.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d665c3..1ef26d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config.gcc b/gcc/config.gcc index 41ea505..ef75fa5 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 \ |