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

📄 t-sol2

📁 早期freebsd实现
💻
字号:
# we need startup files for solaris, since we don't get them with the systemEXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o# we need to supply our own assembly versions of libgcc1.c files,# since the user may not have native 'cc' available# ??? This is wrong!INSTALL_TARGET = install-crossLIBGCC1 = libgcc1.null# gmon build rule:gmon.o:	config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \		-c $(srcdir)/config/gmon-sol2.c -o gmon.o# Assemble startup files.crt1.o: config/sol2-c1.asm	$(AS) -o crt1.o $(srcdir)/config/sol2-c1.asmcrti.o: config/sol2-ci.asm	$(AS) -o crti.o $(srcdir)/config/sol2-ci.asmcrtn.o: config/sol2-cn.asm	$(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm

⌨️ 快捷键说明

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