* configure.host, configure.tgt: Add entries for
[deliverable/binutils-gdb.git] / gdb / config / powerpc / ppc64-linux.mh
1 # Host: PowerPC64, running Linux
2
3 XM_FILE= xm-linux.h
4 XM_CLIBS=
5
6 NAT_FILE= nm-ppc64-linux.h
7 NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \
8 ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \
9 gcore.o
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.
15 MH_CFLAGS= -mminimal-toc
16
17 # The dynamically loaded libthread_db needs access to symbols in the
18 # gdb executable.
19 LOADLIBES= -ldl -rdynamic
This page took 0.032912 seconds and 5 git commands to generate.