diff options
author | 2001-03-02 17:55:38 +0000 | |
---|---|---|
committer | 2001-03-02 17:55:38 +0000 | |
commit | 539197dbb1306f26aba79fb4d79213ff7c7aa51a (patch) | |
tree | acddc6f39512608dc340666edae7e6169779523b | |
parent | Use the ohash_* that's now in libc. (diff) | |
download | wireguard-openbsd-539197dbb1306f26aba79fb4d79213ff7c7aa51a.tar.xz wireguard-openbsd-539197dbb1306f26aba79fb4d79213ff7c7aa51a.zip |
Define __PPC__ as well as __PPC because some packages expect that define
for powerpc.
-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)" |