OSDN Git Service

74ded0f279324cb8ad1e17a6a0d628d67ed5b14e
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / t-darwin
1 LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
2         $(srcdir)/config/rs6000/darwin-ldouble.c
3
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
8
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.
12 #
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
18
19 # Export the _xlq* symbols from darwin-ldouble.c.
20 SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver
21
22 LIB2ADDEH += $(srcdir)/config/rs6000/darwin-fallback.c
23
24 darwin-fpsave.o:        $(srcdir)/config/rs6000/darwin-asm.h
25 darwin-tramp.o:         $(srcdir)/config/rs6000/darwin-asm.h