mpw-config.in

来自「基于4个mips核的noc设计」· IN 代码 · 共 28 行

IN
28
字号
# Configuration fragment for binutils.Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`# (should canonicalize arch name) */Set archname ARCH_{target_arch}Set underscore 0If "{target_canonical}" =~ /sh-hitachi-hms/	Set underscore 1End IfEcho '# From mpw-config.in'				 > "{o}"mk.tmpEcho "ARCHDEFS = -d" {archname}				>> "{o}"mk.tmpEcho "UNDERSCORE = " {underscore}			>> "{o}"mk.tmpEcho "BUILD_NLMCONV = "					>> "{o}"mk.tmpEcho "BUILD_SRCONV = "					>> "{o}"mk.tmpEcho "SYSINFO_PROG = "					>> "{o}"mk.tmpEcho "BUILD_DLLTOOL = "					>> "{o}"mk.tmpEcho '# End from mpw-config.in'				>> "{o}"mk.tmpEcho '/* config.h.  Generated by mpw-configure.  */'	 > "{o}"config.newEcho '#include "mpw.h"'					>> "{o}"config.newMoveIfChange "{o}"config.new "{o}"config.h

⌨️ 快捷键说明

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