summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-01-04 17:30:16 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-01-04 17:30:16 +0000
commit8f6a17ac45764584f68bf4aae33935782f9625b3 (patch)
tree691d662b90d92c9c7aebbc39f89160852615e80a /gnu
parent563487b77509f65aeb27b8a451e199a8cd07073d (diff)
OpenBSD/powerpc is a __unix__ system.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/gcc/config/rs6000/openbsd.h1
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"); \
} \