diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 16:58:45 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 16:58:45 -0400 |
commit | fcbdcbb8a2b41810e45198077b4d8dad26f037ca (patch) | |
tree | be0c9259145bf6fa82662090542fe4dab47a208c /gcc | |
parent | 3675ff98b4f96d48778c92032531ae5a890753fb (diff) | |
download | gcc-fcbdcbb8a2b41810e45198077b4d8dad26f037ca.zip gcc-fcbdcbb8a2b41810e45198077b4d8dad26f037ca.tar.gz gcc-fcbdcbb8a2b41810e45198077b4d8dad26f037ca.tar.bz2 |
(CPP_SPEC): Remove CPU name synonyms.
(ASM_SPEC): Likewise.
From-SVN: r10078
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 835bf11..bf0cf34 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -296,8 +296,7 @@ extern int rs6000_pic_labelno; #undef ASM_SPEC #define ASM_SPEC \ "-u \ -%{mcpu=601: -m601} %{mcpu=ppc601: -m601} %{mcpu=mpc601: -m601} \ -%{!mcpu=601: %{!mcpu=ppc601: %{!mcpu=mpc601: -mppc }}} \ +%{mcpu=601: -m601} %{!mcpu=601: -mppc} \ %{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \ %{mrelocatable} \ %{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian}" @@ -401,14 +400,6 @@ while (0) %{mcpu=rsc: -D_ARCH_PWR} \ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ -%{mcpu=mpc403: -D_ARCH_PPC} \ -%{mcpu=ppc403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=mpc601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=ppc601: -D_ARCH_PPC -D_ARCH_PWR} \ %{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=mpc603: -D_ARCH_PPC} \ -%{mcpu=ppc603: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=mpc604: -D_ARCH_PPC} \ -%{mcpu=ppc604: -D_ARCH_PPC}" +%{mcpu=604: -D_ARCH_PPC}" |