Introduce nat/linux-namespaces.[ch]
[deliverable/binutils-gdb.git] / gdb / config / tilegx / linux.mh
1 # Host: Tilera TILE-Gx running GNU/Linux.
2
3 NAT_FILE= config/nm-linux.h
4 NATDEPFILES= inf-ptrace.o fork-child.o \
5 tilegx-linux-nat.o \
6 proc-service.o linux-thread-db.o \
7 linux-nat.o linux-osdata.o linux-fork.o \
8 linux-procfs.o linux-ptrace.o linux-waitpid.o \
9 linux-personality.o linux-namespaces.o
10
11 # The dynamically loaded libthread_db needs access to symbols in the
12 # gdb executable.
13 LOADLIBES = -ldl $(RDYNAMIC)
This page took 0.02989 seconds and 4 git commands to generate.