* config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...
[deliverable/binutils-gdb.git] / gdb / config / i386 / linux64.mh
1 # Host: GNU/Linux x86-64
2 NATDEPFILES= inf-ptrace.o fork-child.o \
3 i386-nat.o amd64-nat.o amd64-linux-nat.o linux-nat.o \
4 proc-service.o linux-thread-db.o gcore.o linux-fork.o
5 NAT_FILE= nm-linux64.h
6
7 # The dynamically loaded libthread_db needs access to symbols in the
8 # gdb executable.
9 LOADLIBES = -ldl -rdynamic
This page took 0.031013 seconds and 4 git commands to generate.