t-darwin revision 132718
1# Add trampoline and long double support to libgcc.
2LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
3	$(srcdir)/config/rs6000/darwin-ldouble.c
4
5# For libgcc, we always want 128-bit long double, since a libgcc built with
6# that will work without it.
7TARGET_LIBGCC2_CFLAGS = -mlong-double-128
8