aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/t-pa64
blob: 9323a250ed22491ad17109f5cf2a99f80725fe20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 .