t-aix

来自「gcc-you can use this code to learn somet」· 代码 · 共 16 行

TXT
16
字号
# AIX support # Compile crtbeginS.o and crtendS.o with pic.CRTSTUFF_T_CFLAGS_S = -fPIC# Compile libgcc2.a with pic and defines required by AIX headersTARGET_LIBGCC2_CFLAGS = -fPIC -D__64BIT__ -D_LONG_LONG -D_IA64 -D__int128=__size128_tLIB2ADDEH += $(srcdir)/config/ia64/unwind-aix.c# Assemble startup files.crti.o: $(srcdir)/config/ia64/crti.asm $(GCC_PASSES)	$(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/ia64/crti.asmcrtn.o: $(srcdir)/config/ia64/crtn.asm $(GCC_PASSES)	$(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/ia64/crtn.asm# end t-aix

⌨️ 快捷键说明

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