]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gcc/config/sparc/t-linux64
This commit was generated by cvs2svn to compensate for changes in r147466,
[FreeBSD/FreeBSD.git] / contrib / gcc / config / sparc / t-linux64
1 MULTILIB_OPTIONS = m64/m32
2 MULTILIB_DIRNAMES = 64 32
3 MULTILIB_OSDIRNAMES = ../lib64 ../lib
4
5 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
7
8 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
9         crtfastmath.o
10
11 # Override t-slibgcc-elf-ver to export some libgcc symbols with
12 # the symbol versions that glibc used.
13 # Avoid the t-linux version file.
14 SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
15                  $(srcdir)/config/sparc/libgcc-sparc-glibc.ver
16
17 CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \
18                                  -print-multi-os-directory) \
19                         = x../lib64; then echo -mcmodel=medany; fi`