* config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
[official-gcc.git] / gcc / config / ia64 / t-aix
blob2e738f9b9e17ef3ec66472db0dec48e6ab476735
1 # AIX support 
3 # Compile crtbeginS.o and crtendS.o with pic.
4 CRTSTUFF_T_CFLAGS_S = -fPIC
5 # Compile libgcc2.a with pic and defines required by AIX headers
6 TARGET_LIBGCC2_CFLAGS = -fPIC -D__64BIT__ -D_LONG_LONG -D_IA64 -D__int128=__size128_t
7 LIB2ADDEH += $(srcdir)/config/ia64/unwind-aix.c
9 # Add crt[in].o to the list defined in t-ia64.  These files provide
10 # endpoints for crtbegin/end.
12 EXTRA_PARTS=crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o
14 crti.o: $(srcdir)/config/ia64/crti.asm $(GCC_PASSES)
15         $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/ia64/crti.asm
16 crtn.o: $(srcdir)/config/ia64/crtn.asm $(GCC_PASSES)
17         $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/ia64/crtn.asm
19 # end t-aix