]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/gcc/config/sparc/t-linux64
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \
12                                  -print-multi-os-directory) \
13                         = x../lib64; then echo -mcmodel=medany; fi`