Commit 5bd93ff6 by Nathan Sidwell Committed by Sandra Loosemore

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
parent 2e8a9734
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> 2013-05-24 Jeff Law <law@redhat.com>
PR tree-optimization/57124 PR tree-optimization/57124
......
...@@ -3535,7 +3535,7 @@ case "${target}" in ...@@ -3535,7 +3535,7 @@ case "${target}" in
tm_defines="${tm_defines} CONFIG_PPC405CR" tm_defines="${tm_defines} CONFIG_PPC405CR"
eval "with_$which=405" eval "with_$which=405"
;; ;;
"" | common \ "" | common | native \
| power | power[2345678] | power6x | powerpc | powerpc64 \ | power | power[2345678] | power6x | powerpc | powerpc64 \
| rios | rios1 | rios2 | rsc | rsc1 | rs64a \ | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
| 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \ | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment