diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-02 17:55:39 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-02 17:55:39 +0000 |
commit | 189a6e535e61f140d8a7ad2ecdc0c9e51bd822c0 (patch) | |
tree | 74355104822a72bbc95a29b21a34457636d89f0e /gnu | |
parent | d6e1f4c8f283fa66af06a6cd16be84525841f74c (diff) |
Define __PPC__ as well as __PPC because some packages expect that define
for powerpc.
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)" |