aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/t-pa64
blob: 3b6e04f21fa77daeea1a0ce7043746bceeca8621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB1ASMFUNCS =  _divI _divU _remI _remU _div_const
LIB1ASMSRC = pa/milli64.S
TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1

LIB2FUNCS_EXTRA=quadlib.c

# We'll need this once .init sections are enabled on PA64.
#EXTRA_PARTS = crtbegin.o crtend.o

# For the time being, we are using collect.
#USE_COLLECT2 =

quadlib.c: $(srcdir)/config/pa/quadlib.c
	rm -f quadlib.c
	cp $(srcdir)/config/pa/quadlib.c .