diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-04-05 03:35:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-04-05 03:35:44 +0000 |
commit | 784ea0746840571732d9ed23bc8c3b88034ebe27 (patch) | |
tree | 86591a45cbc354ab40fa2bc84adf0d0792c75b8e | |
parent | a65c42843897e6a84e6d874abff97cb3769b0554 (diff) | |
download | gcc-784ea0746840571732d9ed23bc8c3b88034ebe27.zip gcc-784ea0746840571732d9ed23bc8c3b88034ebe27.tar.gz gcc-784ea0746840571732d9ed23bc8c3b88034ebe27.tar.bz2 |
(GNU_CPP_PREDEFINES): Remove -D__HURD__.
From-SVN: r9314
-rw-r--r-- | gcc/config/gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index 15f816b..d3b9db0 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -5,7 +5,7 @@ "-D" machine " -Acpu(" machine ") -Amachine(" machine ")" \ "-Dunix -Asystem(unix) \ -DMACH -Asystem(mach) \ --D__GNU__ -Asystem(gnu) -D__HURD__" +-D__GNU__ -Asystem(gnu)" /* Provide GCC options for standard feature-test macros. */ #undef CPP_SPEC |