xref: /dflybsd-src/contrib/gdb-7/gdb/config/tilegx/linux.mh (revision de8e141f24382815c10a4012d209bbbf7abf1112)
1*ef5ccd6cSJohn Marino# Host: Tilera TILE-Gx running GNU/Linux.
2*ef5ccd6cSJohn Marino
3*ef5ccd6cSJohn MarinoNAT_FILE= config/nm-linux.h
4*ef5ccd6cSJohn MarinoNATDEPFILES= inf-ptrace.o fork-child.o \
5*ef5ccd6cSJohn Marino	tilegx-linux-nat.o \
6*ef5ccd6cSJohn Marino	proc-service.o linux-thread-db.o \
7*ef5ccd6cSJohn Marino	linux-nat.o linux-osdata.o linux-fork.o \
8*ef5ccd6cSJohn Marino	linux-procfs.o linux-ptrace.o
9*ef5ccd6cSJohn Marino
10*ef5ccd6cSJohn Marino# The dynamically loaded libthread_db needs access to symbols in the
11*ef5ccd6cSJohn Marino# gdb executable.
12*ef5ccd6cSJohn MarinoLOADLIBES = -ldl $(RDYNAMIC)
13