Define cpu/machine as powerpc, not rs6000

From-SVN: r9104
This commit is contained in:
Michael Meissner 1995-03-02 01:07:14 +00:00
parent bf18d0315a
commit a6d8d7ae86
1 changed files with 4 additions and 0 deletions

View File

@ -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} \