mpw-config.in

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

IN
28
字号
# Configuration fragment for opcodes.Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`Set archname ARCH_{target_arch}If "{target_arch}" =~ /m68k/	Set BFD_MACHINES  '"{o}"m68k-dis.c.o "{o}"m68k-opc.c.o'Else If "{target_arch}" =~ /powerpc/	Set BFD_MACHINES  '"{o}"ppc-dis.c.o "{o}"ppc-opc.c.o'Else If "{target_arch}" =~ /i386/	Set BFD_MACHINES  '"{o}"i386-dis.c.o'Else If "{target_arch}" =~ /mips/	Set BFD_MACHINES  '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'Else If "{target_arch}" =~ /sh/	Set BFD_MACHINES  '"{o}"sh-dis.c.o'End IfEcho '# Start from mpw-config.in'			 > "{o}"mk.tmpEcho "BFD_MACHINES = " {BFD_MACHINES}			>> "{o}"mk.tmpEcho "ARCHDEFS = -d" {archname}				>> "{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 + -
显示快捷键?