URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [config/] [powerpc/] [ppc64-linux.mh] - Rev 840
Compare with Previous | Blame | View Log
# Host: PowerPC64, running LinuxXM_CLIBS=NAT_FILE= config/nm-linux.hNATDEPFILES= inf-ptrace.o fork-child.o \ppc-linux-nat.o proc-service.o linux-thread-db.o \gcore.o linux-nat.o linux-fork.o# The PowerPC has severe limitations on TOC size, and uses them even# for non-PIC code. GDB overflows those tables when compiling with# -mfull-toc (the default), so we need to ask GCC to use as few TOC# entries as possible.MH_CFLAGS= -mminimal-toc# The dynamically loaded libthread_db needs access to symbols in the# gdb executable.LOADLIBES= -ldl -rdynamic
