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:
Nathan Sidwell 2013-05-24 18:09:55 +00:00 committed by Sandra Loosemore
parent 2e8a9734c0
commit 5bd93ff63e
2 changed files with 6 additions and 1 deletions

View 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

View 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 \