From: Richard Kenner Date: Fri, 7 Oct 1994 23:15:50 +0000 (-0400) Subject: (CPP_PREDEFINES): Define __HURD__. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b133d3ca7d5d0201b6ae4c0cd16e2c335b314944;p=gcc.git (CPP_PREDEFINES): Define __HURD__. From-SVN: r8241 --- 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. */