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/config.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/config.gcc')
| -rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
