diff options
author | David Edelsohn <edelsohn@gnu.org> | 2005-06-04 15:35:50 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-06-04 11:35:50 -0400 |
commit | 4736115ed43eb30601d7860298a82251077c2cf3 (patch) | |
tree | 0d8cff2092459c11c4b9e01516107add1af5d0df /gcc/config/rs6000/aix52.h | |
parent | f995dcfefe4df994df329c2495e415016d0384f0 (diff) | |
download | gcc-4736115ed43eb30601d7860298a82251077c2cf3.tar.gz |
* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.
From-SVN: r100589
Diffstat (limited to 'gcc/config/rs6000/aix52.h')
-rw-r--r-- | gcc/config/rs6000/aix52.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index ed2614089f3..eb00ac9f7a6 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -60,6 +60,7 @@ do { \ %{!mpower64: %(asm_default)}}} \ %{mcpu=power3: -m620} \ %{mcpu=power4: -m620} \ +%{mcpu=power5: -m620} \ %{mcpu=powerpc: -mppc} \ %{mcpu=rs64a: -mppc} \ %{mcpu=603: -m603} \ |