ppc64-linux.mh

来自「gdb that s ported for PXA270 processor. 」· MH 代码 · 共 20 行

MH
20
字号
# Host: PowerPC64, running LinuxXM_FILE= xm-linux.hXM_CLIBS=NAT_FILE= nm-ppc64-linux.hNATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \	ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \	gcore.o linux-nat.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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?