mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 13:40:47 +00:00
20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
# Host: Intel x86 running DJGPP
|
|
# we don't need mmalloc on DJGPP
|
|
MH_CFLAGS= -DNO_MMALLOC
|
|
MMALLOC=
|
|
MMALLOC_CFLAGS=
|
|
|
|
XM_FILE= xm-go32.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-go32.h
|
|
NATDEPFILES= go32-nat.o
|
|
|
|
TERMCAP=
|
|
HOST_IPC=
|
|
SER_HARDWIRE= ser-go32.o
|
|
CC= gcc
|
|
XM_CLIBS= -ldbg
|
|
|
|
|