diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/djgpp.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51bec88..cc65f1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-02-25 Mark Elbrecht <snowball3@bigfoot.com> + + * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines. + 2000-02-25 John Wehle (john@feith.com) * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to. diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h index 0969c26..f98a45b 100644 --- a/gcc/config/i386/djgpp.h +++ b/gcc/config/i386/djgpp.h @@ -81,8 +81,7 @@ Boston, MA 02111-1307, USA. */ (((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':'))) #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DGO32 -DDJGPP=2 -DMSDOS \ - -Asystem(unix) -Asystem(msdos)" +#define CPP_PREDEFINES "-DGO32 -DDJGPP=2 -DMSDOS -Asystem(msdos)" /* Include <sys/version.h> so __DJGPP__ and __DJGPP_MINOR__ are defined. */ #undef CPP_SPEC |