diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2012-08-16 03:00:05 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2012-08-16 03:00:05 +0200 |
commit | 687e9f1f2b232fa96c4aa5fa057cc9b4f080f3f7 (patch) | |
tree | 5cc56f2f44564e82f3140602ae5cdfda0e11b1c3 /gcc/config/rs6000/aix61.h | |
parent | 1e9aaffbe33515e1f9e9c62ee4e763d398a847c6 (diff) | |
download | gcc-687e9f1f2b232fa96c4aa5fa057cc9b4f080f3f7.zip gcc-687e9f1f2b232fa96c4aa5fa057cc9b4f080f3f7.tar.gz gcc-687e9f1f2b232fa96c4aa5fa057cc9b4f080f3f7.tar.bz2 |
aix52.h (ASM_CPU_SPEC): Fix typo.
2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
gcc/
* config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
* config/rs6000/aix53.h (ASM_CPU_SPEC): Ditto.
* config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
* config/rs6000/driver-rs6000.c (asm_names): Ditto.
From-SVN: r190428
Diffstat (limited to 'gcc/config/rs6000/aix61.h')
-rw-r--r-- | gcc/config/rs6000/aix61.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index 1000e11..0518d44 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -53,7 +53,7 @@ do { \ "%{!mcpu*: %{!maix64: \ %{mpowerpc64: -mppc64} \ %{maltivec: -m970} \ - %{!maltivec: %{!mpower64: %(asm_default)}}}} \ + %{!maltivec: %{!mpowerpc64: %(asm_default)}}}} \ %{mcpu=native: %(asm_cpu_native)} \ %{mcpu=power3: -m620} \ %{mcpu=power4: -mpwr4} \ |