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