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:
fda5890
)
* mh-go32 (CFLAGS): Define.
author
Ian Lance Taylor
<ian@airs.com>
Tue, 26 Mar 1996 19:12:19 +0000
(19:12 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 26 Mar 1996 19:12:19 +0000
(19:12 +0000)
config/mh-go32
patch
|
blob
|
history
diff --git
a/config/mh-go32
b/config/mh-go32
index a13a46356468e7e70973cb7701e736f2d9edbf0b..f496b5b260e5b246783b2ec4a90c07b98ea6226f 100644
(file)
--- a/
config/mh-go32
+++ b/
config/mh-go32
@@
-1,3
+1,10
@@
+# We don't want to use debugging information on DOS. Unfortunately,
+# this requires that we set CFLAGS.
+CFLAGS=-O2 -fno-omit-frame-pointer
+
+# We set MAKEINFOFLAGS to not split .info files, because the resulting
+# file names don't work on DOS.
MAKEINFOFLAGS=--no-split
+# This does some sort of DOS specific installation, I guess.
INSTALL_DOSREL=install-dosrel