# Add trampoline and long double support to libgcc.
LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
	$(srcdir)/config/rs6000/darwin-ldouble.c

# 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
