diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 09:09:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 09:09:15 +0000 |
commit | f8099c57464d9c7b3948ed3950bbc7a2933107e6 (patch) | |
tree | 2b1f632f4581b09cd29bf559d581bd530163a2c8 /gnu/egcs | |
parent | 446679f34c5d3cb2d94177660233be94cab4302f (diff) |
missing __powerpc__
Diffstat (limited to 'gnu/egcs')
-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 2dd6574d8e4..17ac4420973 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__unix__ -D__OpenBSD__ -D__powerpc -Asystem(unix) -Asystem(OpenBSD) -Acpu(powerpc) -Amachine(powerpc)" + "-D__PPC -D__unix__ -D__OpenBSD__ -D__powerpc -D__powerpc__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(powerpc) -Amachine(powerpc)" #undef LINK_SPEC #define LINK_SPEC "-m elf32ppc %{shared:-shared} \ |