mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
65662cdeab
* configure.host (gdb_host_cpu): Handle tilegx*. (gdb_host): Handle tilegx-*-linux*. * tilegx-linux-nat.c: New file. * config/tilegx/linux.mh: New file.
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
# Host: Tilera TILE-Gx running GNU/Linux.
|
|
|
|
NAT_FILE= config/nm-linux.h
|
|
NATDEPFILES= inf-ptrace.o fork-child.o \
|
|
tilegx-linux-nat.o \
|
|
proc-service.o linux-thread-db.o \
|
|
linux-nat.o linux-osdata.o linux-fork.o \
|
|
linux-procfs.o linux-ptrace.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl $(RDYNAMIC)
|