aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/t-linux64
blob: 9ab751004260e0527c155a9f69819f04eb7cdc38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBGCC1=libgcc1-asm.a
CROSS_LIBGCC1=libgcc1-asm.a

#Plug millicode routines into libgcc.a  We want these on both native and
#cross compiles.

LIB1ASMFUNCS =  _divI _divU _remI _remU _div_const _mulI

LIB1ASMSRC = pa/milli64.S

# Compile crtbeginS.o and crtendS.o as PIC.
# Actually, hppa64 is always PIC but adding -fPIC does no harm.
CRTSTUFF_T_CFLAGS_S = -fPIC

# Compile libgcc2.a as PIC.
# This is also used when compiling libgcc1 if libgcc1 is the asm variety.
TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1