t-rtems-i386

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· 代码 · 共 52 行

TXT
52
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?