mips
来自「spice中支持多层次元件模型仿真的可单独运行的插件源码」· 代码 · 共 12 行
TXT
12 行
# DECstation MIPS based systemRANLIB = ar ts$(ARLOCAL)## For Ultrix 4.2 you want -O0, for 4.1 you want -g# (-O gives a runtime error under 4.1, I don't recall for 4.2)# For Ultrix 4.3, one file, 'cp/output.c', crashes the assembler# during optimization. Suggested procedure is to compile with -O# on first pass. Recompile just the one file with -g,# then link with optimization turned back on.CC_OPT_SAFE = -O0ARLOCAL =
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?