* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git] / gcc / config / pa / t-linux64
blobe376d22538ef70f6e42a64df99a3e070a38d5ba7
1 #Plug millicode routines into libgcc.a  We want these on both native and
2 #cross compiles.
4 LIB1ASMFUNCS =  _divI _divU _remI _remU _div_const _mulI
5 LIB1ASMSRC = pa/milli64.S
7 # Compile crtbeginS.o and crtendS.o as PIC.
8 # Actually, hppa64 is always PIC but adding -fPIC does no harm.
9 CRTSTUFF_T_CFLAGS_S = -fPIC
11 # Compile libgcc2.a as PIC.
12 TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1