aix43.h (ASM_CPU_SPEC): Use %(asm_default) instead of -mppc.
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org> gcc/ * config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default) instead of -mppc. * config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto. From-SVN: r190433
This commit is contained in:
parent
6b39bc38c8
commit
800d16e96b
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default)
|
||||
instead of -mppc.
|
||||
* config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto.
|
||||
|
||||
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
|
||||
|
|
|
@ -49,7 +49,7 @@ do { \
|
|||
#undef ASM_CPU_SPEC
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{!mcpu*: %{!maix64: \
|
||||
%{!mpowerpc64: -mppc} \
|
||||
%{!mpowerpc64: %(asm_default)} \
|
||||
%{mpowerpc64: -mppc64}}} \
|
||||
%{mcpu=power3: -m620} \
|
||||
%{mcpu=power4: -m620} \
|
||||
|
|
|
@ -43,7 +43,7 @@ do { \
|
|||
#undef ASM_CPU_SPEC
|
||||
#define ASM_CPU_SPEC \
|
||||
"%{!mcpu*: %{!maix64: \
|
||||
%{!mpowerpc64: -mppc} \
|
||||
%{!mpowerpc64: %(asm_default)} \
|
||||
%{mpowerpc64: -mppc64}}} \
|
||||
%{mcpu=power3: -m620} \
|
||||
%{mcpu=power4: -m620} \
|
||||
|
|
Loading…
Add table
Reference in a new issue