1 LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
2 $(srcdir)/config/rs6000/darwin-ldouble.c
4 LIB2FUNCS_STATIC_EXTRA = \
5 $(srcdir)/config/rs6000/darwin-fpsave.asm \
6 $(srcdir)/config/rs6000/darwin-vecsave.asm \
7 $(srcdir)/config/rs6000/darwin-world.asm
9 # The .asm files above are designed to run on all processors,
10 # even though they use AltiVec instructions. -Wa is used because
11 # -force_cpusubtype_ALL doesn't work with -dynamiclib.
13 # -pipe because there's an assembler bug, 4077127, which causes
14 # it to not properly process the first # directive, causing temporary
15 # file names to appear in stabs, causing the bootstrap to fail. Using -pipe
16 # works around this by not having any temporary file names.
17 TARGET_LIBGCC2_CFLAGS = -Wa,-force_cpusubtype_ALL -pipe
19 # Export the _xlq* symbols from darwin-ldouble.c.
20 SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver
22 SHLIB_VERPFX = $(srcdir)/config/rs6000/darwin-libgcc
24 LIB2ADDEH += $(srcdir)/config/rs6000/darwin-fallback.c
26 darwin-fpsave.o: $(srcdir)/config/rs6000/darwin-asm.h
27 darwin-tramp.o: $(srcdir)/config/rs6000/darwin-asm.h