diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 17:30:16 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 17:30:16 +0000 |
commit | 8f6a17ac45764584f68bf4aae33935782f9625b3 (patch) | |
tree | 691d662b90d92c9c7aebbc39f89160852615e80a /gnu | |
parent | 563487b77509f65aeb27b8a451e199a8cd07073d (diff) |
OpenBSD/powerpc is a __unix__ system.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h b/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h index 1eb1739523c..89444cf017a 100644 --- a/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ { \ OPENBSD_OS_CPP_BUILTINS_ELF(); \ builtin_define ("__powerpc__"); \ + builtin_define ("__unix__"); \ builtin_assert ("cpu=powerpc"); \ builtin_assert ("machine=powerpc"); \ } \ |