aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1995-03-02 01:07:14 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1995-03-02 01:07:14 +0000
commita6d8d7ae867253efb2b4aca11ed92855266f3a71 (patch)
tree4f713c828daa031e32ae499b8df0abef15cd021e /gcc
parentbf18d0315ade835286d0c788d669c49d434fb1f5 (diff)
downloadgcc-a6d8d7ae867253efb2b4aca11ed92855266f3a71.zip
gcc-a6d8d7ae867253efb2b4aca11ed92855266f3a71.tar.gz
gcc-a6d8d7ae867253efb2b4aca11ed92855266f3a71.tar.bz2
Define cpu/machine as powerpc, not rs6000
From-SVN: r9104
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/powerpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/rs6000/powerpc.h b/gcc/config/rs6000/powerpc.h
index 3f51966..b10f398 100644
--- a/gcc/config/rs6000/powerpc.h
+++ b/gcc/config/rs6000/powerpc.h
@@ -25,6 +25,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef ASM_SPEC
#define ASM_SPEC "-u -mppc"
+#undef CPP_PREDEFINES
+#define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 \
+-Asystem(unix) -Asystem(aix) -Acpu(powerpc) -Amachine(powerpc)"
+
#undef CPP_SPEC
#define CPP_SPEC "\
%{posix: -D_POSIX_SOURCE} \