diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/config/rs6000/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/rs6000/openbsd.h b/gnu/egcs/gcc/config/rs6000/openbsd.h index db3aaf38375..7128797d6ee 100644 --- a/gnu/egcs/gcc/config/rs6000/openbsd.h +++ b/gnu/egcs/gcc/config/rs6000/openbsd.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ /* Run-time target specifications. */ #define CPP_PREDEFINES \ - "-D__PPC -D__powerpc -D__powerpc__ -Acpu(powerpc) -Amachine(powerpc)" + "-D__PPC -D__PPC__ -D__powerpc -D__powerpc__ -Acpu(powerpc) -Amachine(powerpc)" #undef CPP_OS_DEFAULT_SPEC #define CPP_OS_DEFAULT_SPEC "%(cpp_os_openbsd)" |