aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-10-07 19:15:50 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-10-07 19:15:50 -0400
commitb133d3ca7d5d0201b6ae4c0cd16e2c335b314944 (patch)
tree18ed79c5a257c87688ea2ee9d743d4d8c6882eb7
parenta70d613d76b4f5c6b4b40b80ac967828fd2cb41a (diff)
downloadgcc-b133d3ca7d5d0201b6ae4c0cd16e2c335b314944.zip
gcc-b133d3ca7d5d0201b6ae4c0cd16e2c335b314944.tar.gz
gcc-b133d3ca7d5d0201b6ae4c0cd16e2c335b314944.tar.bz2
(CPP_PREDEFINES): Define __HURD__.
From-SVN: r8241
-rw-r--r--gcc/config/i386/gnu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index a4bb67a..9f29d5c 100644
--- a/gcc/config/i386/gnu.h
+++ b/gcc/config/i386/gnu.h
@@ -10,7 +10,7 @@
#include "i386/perform.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386) -D__GNU__ -Asystem(gnu)"
+#define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386) -D__GNU__ -D__HURD__ -Asystem(gnu)"
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
we want to retain compatibility with older gcc versions. */