t-linux64 revision 117395
1# Override t-linux.  We don't want -fPIC.
2CRTSTUFF_T_CFLAGS_S =
3TARGET_LIBGCC2_CFLAGS =
4
5EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
6			crtsavres.o
7
8# These functions are needed for soft-float on powerpc64-linux.
9LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/ppc64-fp.c
10
11# ld provides these functions as needed.
12crtsavres.S:
13	echo >crtsavres.S
14
15$(T)crtsavres.o: crtsavres.S
16	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -c crtsavres.S -o $(T)crtsavres.o
17
18# Modify the shared lib version file
19SHLIB_MKMAP_OPTS = -v dotsyms=1
20