Commit 0268c501 by Mark Elbrecht Committed by Jeff Law

* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.

From-SVN: r32168
parent 0cb5d81c
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment