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

📄 t-rtems-i386

📁 Mac OS X 10.4.9 for x86 Source Code gcc 实现源代码
💻
字号:
## This file was based on t-sol2 - x68 Solaris implementation. Actually,# the source code to create crti.o anf crtn.o are exactly the same # as the ones for Solaris. Later, we might want to have a RTEMS's # version of these files.#crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s	$(GCC_FOR_TARGET) -c -o crti.o crti.scrtn.o: $(srcdir)/config/i386/sol2-cn.asm $(GCC_PASSES)	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-cn.asm >crtn.s	$(GCC_FOR_TARGET) -c -o crtn.o crtn.s# We want fine grained libraries, so use the new code to build the# floating point emulation libraries.FPBIT = fp-bit.cDPBIT = dp-bit.cLIB2FUNCS_EXTRA = xp-bit.cdp-bit.c: $(srcdir)/config/fp-bit.c	echo '#ifdef __LITTLE_ENDIAN__' > dp-bit.c	echo '#define FLOAT_BIT_ORDER_MISMATCH' >>dp-bit.c	echo '#endif'           >> dp-bit.c	cat $(srcdir)/config/fp-bit.c >> dp-bit.cfp-bit.c: $(srcdir)/config/fp-bit.c	echo '#define FLOAT' > 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.cxp-bit.c: $(srcdir)/config/fp-bit.c	echo '#define EXTENDED_FLOAT_STUBS' > xp-bit.c	cat $(srcdir)/config/fp-bit.c >> xp-bit.cMULTILIB_OPTIONS = mtune=i486/mtune=pentium/mtune=pentiumpro \msoft-floatMULTILIB_DIRNAMES= m486 mpentium mpentiumpro soft-floatMULTILIB_MATCHES = msoft-float=mno-m80387MULTILIB_MATCHES += mtune?pentium=mtune?k6 mtune?pentiumpro=mtune?mathlonMULTILIB_EXCEPTIONS = \mtune=pentium/*msoft-float* \mtune=pentiumpro/*msoft-float*EXTRA_MULTILIB_PARTS = crtbegin.o crtend.oLIBGCC = stmp-multilibINSTALL_LIBGCC = install-multilib

⌨️ 快捷键说明

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