mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-16 00:27:30 +00:00
cdd6623c94
* config/i386/linux.mt (TDEPFILES): ...to here.
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
# Host: Intel 386 running GNU/Linux.
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= inf-ptrace.o fork-child.o \
|
|
i386-nat.o i386-linux-nat.o \
|
|
proc-service.o linux-thread-db.o gcore.o \
|
|
linux-nat.o linux-fork.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl -rdynamic
|