summaryrefslogtreecommitdiff
path: root/gcc/config/i386/djgpp.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:23:20 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:23:20 +0000
commit5a146b62a7f24eda3fc7d35c349fb1900d48b837 (patch)
treeb95a05cee83e2c023880584db0eb733ecb4b24c2 /gcc/config/i386/djgpp.h
parent2edca33989284e74547f04c643b671b6e669a5a8 (diff)
downloadgcc-5a146b62a7f24eda3fc7d35c349fb1900d48b837.tar.gz
* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/djgpp.h')
-rw-r--r--gcc/config/i386/djgpp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index 0969c26f789..f98a45bcadb 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