mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* mh-go32 (CFLAGS): Define.
This commit is contained in:
@ -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
|
MAKEINFOFLAGS=--no-split
|
||||||
|
|
||||||
|
# This does some sort of DOS specific installation, I guess.
|
||||||
INSTALL_DOSREL=install-dosrel
|
INSTALL_DOSREL=install-dosrel
|
||||||
|
Reference in New Issue
Block a user