aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/linux.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>1999-04-10 04:32:43 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-09 22:32:43 -0600
commitf58f945066d300d6be6fa4710a0bca213981b2a4 (patch)
tree8d48a99c5246715909c592610038ee77d8efd0ac /gcc/config/rs6000/linux.h
parent509781a4d18e93e42b163d271fb5a47cdd9eac93 (diff)
downloadgcc-f58f945066d300d6be6fa4710a0bca213981b2a4.zip
gcc-f58f945066d300d6be6fa4710a0bca213981b2a4.tar.gz
gcc-f58f945066d300d6be6fa4710a0bca213981b2a4.tar.bz2
sysv4.h (CPP_OS_LINUX_SPEC): Fix conditions for -Dunix and -Dlinux, and remove duplicate definition.
* rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Fix conditions for -Dunix and -Dlinux, and remove duplicate definition. Change -Asystem(linux) to -Asystem(posix). (CPP_OS_SOLARIS_SPEC): Fix conditions for -Dunix, -Dsun, -DSVR4, -D__EXTENSIONS__. * rs6000/linux.h (CPP_PREDEFINES): Remove -Dunix, -Dlinux, -Asystem(linux), and -Asystem(unix). From-SVN: r26329
Diffstat (limited to 'gcc/config/rs6000/linux.h')
-rw-r--r--gcc/config/rs6000/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h
index 7b3571f..ff30618 100644
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
- "-DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)"
+ "-DPPC -D__ELF__ -Dpowerpc -Acpu(powerpc) -Amachine(powerpc)"
#undef CPP_OS_DEFAULT_SPEC
#define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux)"