⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t-mn10200

📁 gcc-2.95.3 Linux下最常用的C编译器
💻
字号:
LIBGCC1=libgcc1.nullCROSS_LIBGCC1 = libgcc1-asm.aLIB1ASMSRC = mn10200/lib1funcs.asmLIB1ASMFUNCS    = _divhi3 \		  _modhi3 \		  _addsi3 \		  _subsi3 \		  _mulsi3 \		  _ashlsi3 \		  _lshrsi3 \		  _ashrsi3 \		  _negsi2_d0 \		  _negsi2_d2 \		  _zero_extendpsisi2_d0 \		  _zero_extendpsisi2_d2 \		  _sign_extendpsisi2_d0 \		  _sign_extendpsisi2_d2 \		  _truncsipsi2_d0_d0 \		  _truncsipsi2_d0_d1 \		  _truncsipsi2_d0_d2 \		  _truncsipsi2_d0_d3 \		  _truncsipsi2_d2_d0 \		  _truncsipsi2_d2_d1 \		  _truncsipsi2_d2_d2 \		  _truncsipsi2_d2_d3 \		  _cmpsi2 \		  _ucmpsi2 \		  _prologue \		  _epilogue_a0 \		  _epilogue_d0 \		  _epilogue_noreturn# These are really part of libgcc1, but this will cause them to be# built correctly, so...# We do not have DF or DI types, so fake out the libgcc2 compilation.TARGET_LIBGCC2_CFLAGS=-DDF=SF -DDI=SILIB2FUNCS_EXTRA = $(srcdir)/config/mn10200/udivmodsi4.c \	$(srcdir)/config/mn10200/divmod.c $(srcdir)/config/mn10200/udivmod.c# We want fine grained libraries, so use the new code to build the# floating point emulation libraries.  The mn10200 only has single# precision floating point.FPBIT = fp-bit.cfp-bit.c: $(srcdir)/config/fp-bit.c	echo '#define FLOAT' > fp-bit.c	echo '#define FLOAT_ONLY' >> fp-bit.c	echo '#define SMALL_MACHINE' >> fp-bit.c	echo '#define CMPtype HItype' >> fp-bit.c	echo '#ifdef __LITTLE_ENDIAN__' >> fp-bit.c	echo '#define FLOAT_BIT_ORDER_MISMATCH' >>fp-bit.c	echo '#endif' 		>> fp-bit.c	cat $(srcdir)/config/fp-bit.c >> fp-bit.c

⌨️ 快捷键说明

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