diff options
author | segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 01:36:47 +0000 |
---|---|---|
committer | segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-16 01:36:47 +0000 |
commit | 6869cd07184f3a448f8150df7c747f3daea64dc1 (patch) | |
tree | f51e384fc702f7a2dcbd9b32e7fba81fc183ba7b /gcc/config/rs6000/aix43.h | |
parent | 4ff70f1c3ef0d2ab79e572955069d2c93bf10035 (diff) | |
download | gcc-6869cd07184f3a448f8150df7c747f3daea64dc1.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix43.h')
-rw-r--r-- | gcc/config/rs6000/aix43.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 8465c20378c..c1a69dc3a5a 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -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} \ |