📄 sp64sim.mt
字号:
# Target: SPARC64 (with simulator)# solib.o and procfs.o taken out for now. We don't have shared libraries yet,# and the elf version requires procfs.o but the a.out version doesn't.# Then again, having procfs.o in a target makefile fragment seems wrong.TDEPFILES = sparc-tdep.oTM_FILE= tm-sp64.h# Need gcc for long long support.CC = gccMH_CFLAGS = -I${srcdir}/../sim/sp64SIM_OBS = remote-sim.oSIM = ../sim/sp64/libsim.a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -