mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-27 13:41:27 +08:00
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
This commit is contained in:
parent
2e8a9734c0
commit
5bd93ff63e
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user