Commit a6d8d7ae by Michael Meissner

Define cpu/machine as powerpc, not rs6000

From-SVN: r9104
parent bf18d031
...@@ -25,6 +25,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -25,6 +25,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "-u -mppc" #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 #undef CPP_SPEC
#define CPP_SPEC "\ #define CPP_SPEC "\
%{posix: -D_POSIX_SOURCE} \ %{posix: -D_POSIX_SOURCE} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment