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:
Segher Boessenkool 2012-08-16 03:36:47 +02:00 committed by Segher Boessenkool
parent 6b39bc38c8
commit 800d16e96b
3 changed files with 8 additions and 2 deletions

View file

@ -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.

View file

@ -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} \

View file

@ -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} \