configure.in

来自「SimpleScaler(RISC处理器仿真分析程序)指令集相对应的汇编」· IN 代码 · 共 31 行

IN
31
字号
# necessary to tailor a template configure script into the configure# script appropriate for this directory.  For more information, check# any existing configure script.srctrigger=nm.expsrcname="DejaGnu"# per-host:# per-target:# per-target:	# everything defaults to unix for a targettarget_makefile_frag=../config/mt-unix	# this section is for all targetscase "${target}" in	i[345]86-*-aout) target_makefile_frag=../config/mt-i386-aout ;;	*-*-lynx*)	target_makefile_frag=../config/mt-lynx ;;	*-*-vxworks)	target_makefile_frag=../config/mt-vxworks ;;	m68k-*-*)	target_makefile_frag=../config/mt-m68k ;;	i960-*-nindy)	target_makefile_frag=../config/mt-i960-nindy ;;	a29k-*-udi)	target_makefile_frag=../config/mt-a29k-udi ;;	sparclite-*-*)	target_makefile_frag=../config/mt-slite ;;	sparc-*-aout)	target_makefile_frag=../config/mt-sparc-aout ;;	mips-*-ecoff)	target_makefile_frag=../config/mt-mips-ecoff ;;esac# post-target:

⌨️ 快捷键说明

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