diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-10-07 23:15:50 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-10-07 23:15:50 +0000 |
commit | f679d249fd12e0ebf393dd3719aaa0654ccb5e29 (patch) | |
tree | 18ed79c5a257c87688ea2ee9d743d4d8c6882eb7 /gcc/config/i386/gnu.h | |
parent | 7ad7dbb5c3051720cd86d925b8d0e551f18b580e (diff) | |
download | gcc-f679d249fd12e0ebf393dd3719aaa0654ccb5e29.tar.gz |
(CPP_PREDEFINES): Define __HURD__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8241 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index a4bb67a2e67..9f29d5c9780 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. */ |