Introduce nat/linux-namespaces.[ch]
[deliverable/binutils-gdb.git] / gdb / config / powerpc / ppc64-linux.mh
1 # Host: PowerPC64, running Linux
2
3 XM_CLIBS=
4
5 NAT_FILE= config/nm-linux.h
6 NATDEPFILES= inf-ptrace.o fork-child.o \
7 ppc-linux-nat.o proc-service.o linux-thread-db.o \
8 linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
9 linux-waitpid.o ppc-linux.o linux-personality.o \
10 linux-namespaces.o
11 NAT_CDEPS = $(srcdir)/proc-service.list
12
13 # The PowerPC has severe limitations on TOC size, and uses them even
14 # for non-PIC code. GDB overflows those tables when compiling with
15 # -mfull-toc (the default), so we need to ask GCC to use as few TOC
16 # entries as possible.
17 MH_CFLAGS= -mminimal-toc
18
19 # The dynamically loaded libthread_db needs access to symbols in the
20 # gdb executable.
21 LOADLIBES= -ldl $(RDYNAMIC)
This page took 0.030296 seconds and 4 git commands to generate.