aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-darwin
blob: af710ed7cef80ab2cdbe782097edb73d23d618db (plain)
1
2
3
4
5
6
7
8
9
10
11
# APPLE LOCAL begin AltiVec
# Add trampoline and long double support to libgcc.
LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
        $(srcdir)/config/rs6000/darwin-fpsave.asm \
        $(srcdir)/config/rs6000/darwin-ldouble.c

# 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
# APPLE LOCAL end AltiVec