2004-07-29 Andrew Cagney <cagney@gnu.org>
[external/binutils.git] / gdb / config / powerpc / ppc64-linux.mh
1 # Host: PowerPC64, running Linux
2
3 XM_CLIBS=
4
5 NAT_FILE= nm-ppc64-linux.h
6 NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \
7         ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \
8         gcore.o linux-nat.o
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.
14 MH_CFLAGS= -mminimal-toc
15
16 # The dynamically loaded libthread_db needs access to symbols in the
17 # gdb executable.
18 LOADLIBES= -ldl -rdynamic