8dc91cbee4
* config/mh-go32: Delete. * config/mh-djgpp: New. Renamed from mh-go32. * configure.in (pc-msdosdjgpp): Set host_makefile_frag to config/mh-djgpp. From-SVN: r25834
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
# We don't want to use debugging information on DOS. Unfortunately,
|
|
# this requires that we set CFLAGS.
|
|
# This used to set -fno-omit-frame-pointer.
|
|
CFLAGS=-O2
|