diff options
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 1a7439a..d85f513 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -266,7 +266,17 @@ do { \ /* Default ABI to compile code for */ #define DEFAULT_ABI rs6000_current_abi -#include "rs6000/powerpc.h" +#define CPP_DEFAULT_SPEC "-D_ARCH_PPC" + +#define ASM_DEFAULT_SPEC "-mppc" + +#include "rs6000/rs6000.h" + +#undef TARGET_DEFAULT +#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS) + +#undef PROCESSOR_DEFAULT +#define PROCESSOR_DEFAULT PROCESSOR_PPC601 /* System V.4 uses register 13 as a pointer to the small data area, so it is not available to the normal user. */ |