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

📄 t-winnt

📁 gcc-2.95.3 Linux下最常用的C编译器
💻
字号:
# Do not build libgcc1.LIBGCC1 = CROSS_LIBGCC1 =EXTRA_PARTS = crti.o crtn.o# These are really part of libgcc1, but this will cause them to be# built correctly, so... [taken from t-sparclite]LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c ntstack.Sdp-bit.c: $(srcdir)/config/fp-bit.c	cat $(srcdir)/config/fp-bit.c > dp-bit.cfp-bit.c: $(srcdir)/config/fp-bit.c	echo '#define FLOAT' > fp-bit.c	cat $(srcdir)/config/fp-bit.c >> fp-bit.cntstack.S: $(srcdir)/config/rs6000/ntstack.asm	cat $(srcdir)/config/rs6000/ntstack.asm > ntstack.S# For NT we build crti.o and crtn.o which serve to add begin and# end labels for the static constructors and destructors.# Assemble startup files.crti.s: $(srcdir)/config/rs6000/nt-ci.asm	cat $(srcdir)/config/rs6000/nt-ci.asm >crti.scrtn.s: $(srcdir)/config/rs6000/nt-cn.asm	cat $(srcdir)/config/rs6000/nt-cn.asm >crtn.scrti.o: crti.s	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -c -o crti.o crti.s	crtn.o: crtn.s	$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -c -o crtn.o crtn.s

⌨️ 快捷键说明

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