📄 ppc64-linux.mh
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -