t-linux64 revision 96263
196263Sobrien# Override t-linux.  We don't want -fPIC.
296263SobrienCRTSTUFF_T_CFLAGS_S =
396263SobrienTARGET_LIBGCC2_CFLAGS =
496263Sobrien
596263SobrienEXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
696263Sobrien			crtsavres.o
796263Sobrien
896263Sobrien# ld provides these functions as needed.
996263Sobriencrtsavres.S:
1096263Sobrien	echo >crtsavres.S
1196263Sobrien
1296263Sobrien$(T)crtsavres.o: crtsavres.S
1396263Sobrien	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -c crtsavres.S -o $(T)crtsavres.o
1496263Sobrien
1596263Sobrien# Modify the shared lib version file
1696263SobrienSHLIB_MKMAP_OPTS = -v dotsyms=1
17