sp64sim.mt
来自「模拟嵌入式硬件平台的软件源代码」· MT 代码 · 共 14 行
MT
14 行
# 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 + =
减小字号Ctrl + -
显示快捷键?