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