aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-08-12 03:53:54 +0000
committerStu Grossman <grossman@cygnus>1996-08-12 03:53:54 +0000
commit215d6a41d0e112df932a31f04f26fdb46aa61bfb (patch)
treee94bd8447c5ef5c79b8c985c486dc25fb0725704 /config
parent51da2b4a486b9ae5da28a58a74b4963a4e0ce4cb (diff)
downloadgdb-215d6a41d0e112df932a31f04f26fdb46aa61bfb.zip
gdb-215d6a41d0e112df932a31f04f26fdb46aa61bfb.tar.gz
gdb-215d6a41d0e112df932a31f04f26fdb46aa61bfb.tar.bz2
* config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
with normal Windows compilation environment.
Diffstat (limited to 'config')
-rw-r--r--config/mh-cygwin322
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-cygwin32 b/config/mh-cygwin32
index 14a9f89..a0abb5e 100644
--- a/config/mh-cygwin32
+++ b/config/mh-cygwin32
@@ -4,3 +4,5 @@ MAKEINFOFLAGS=--no-split
# This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel
+
+CFLAGS=-D_WIN32