* config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
[external/binutils.git] / gdb / config / i386 / linux.mh
1 # Host: Intel 386 running GNU/Linux.
2
3 NAT_FILE= nm-linux.h
4 NATDEPFILES= inf-ptrace.o fork-child.o \
5         i386-nat.o i386-linux-nat.o \
6         proc-service.o linux-thread-db.o gcore.o \
7         linux-nat.o linux-fork.o
8
9 # The dynamically loaded libthread_db needs access to symbols in the
10 # gdb executable.
11 LOADLIBES = -ldl -rdynamic