summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-darwin
blob: f38adb92a33f6a470ccdd55c35fcadddcaae741c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
	$(srcdir)/config/rs6000/darwin-ldouble.c \
	$(srcdir)/config/rs6000/darwin-fallback.c

LIB2FUNCS_STATIC_EXTRA = \
	$(srcdir)/config/rs6000/darwin-fpsave.asm  \
	$(srcdir)/config/rs6000/darwin-vecsave.asm  \
	$(srcdir)/config/rs6000/darwin-world.asm

# Enable AltiVec instructions when assembling the aforementioned .asm files.
# For libgcc, we always want 128-bit long double, since a libgcc built with
# that will work without it.
TARGET_LIBGCC2_CFLAGS = -mlong-double-128 -Wa,-force_cpusubtype_ALL