summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-08-01 04:22:47 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-08-01 04:22:47 +0000
commite4f8c969106c5b148435c41b147eafcac0d8a99a (patch)
tree66475293a301a9925904e3a66d33d419e15cb867
parent852a654f3b6b7726d3ac7dc675f90a19588640a3 (diff)
Do not define 'unix' on powerpc. ok drahn
-rw-r--r--gnu/egcs/gcc/config/rs6000/sysv4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/rs6000/sysv4.h b/gnu/egcs/gcc/config/rs6000/sysv4.h
index 541b06cadd0..fd229a07a23 100644
--- a/gnu/egcs/gcc/config/rs6000/sysv4.h
+++ b/gnu/egcs/gcc/config/rs6000/sysv4.h
@@ -1404,7 +1404,6 @@ do { \
#ifndef CPP_OS_OPENBSD_SPEC
#define CPP_OS_OPENBSD_SPEC "-D__unix__ -D__OpenBSD__ \
-%{!ansi: -Dunix } \
-Asystem(unix) -Asystem(OpenBSD) " OBSD_CPP_SPEC
#endif