projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51da2b4
)
* config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
author
Stu Grossman
<grossman@cygnus>
Mon, 12 Aug 1996 03:53:54 +0000
(
03:53
+0000)
committer
Stu Grossman
<grossman@cygnus>
Mon, 12 Aug 1996 03:53:54 +0000
(
03:53
+0000)
with normal Windows compilation environment.
ChangeLog
patch
|
blob
|
history
config/mh-cygwin32
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index b70f07b6e2f76aef7cb6d9f3a123ad4d5e13b364..d3c86dfc9e6eb9736e4eb31d4a722a8c3c4f3899 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
+ with normal Windows compilation environment.
+
Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
* make-all.com: Run config-a-gas.
diff --git
a/config/mh-cygwin32
b/config/mh-cygwin32
index 14a9f896e6583ee4a079551ea6dfc1f39784fd61..a0abb5efa33e94cd8e4f6e79ed9e00a26f47c751 100644
(file)
--- 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