mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
5076de826c
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
# Host: Intel 386 running System V
|
|
XDEPFILES=
|
|
XM_FILE= xm-i386v.h
|
|
NAT_FILE= nm-i386v.h
|
|
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386v-nat.o
|
|
XM_CLIBS= -lPW
|
|
SYSV_DEFINE=-DSYSV
|
|
REGEX=regex.o
|
|
REGEX1=regex.o
|