Deleted Added
full compact
t-linux64 (102780) t-linux64 (104752)
1MULTILIB_OPTIONS = m64/m32 mno-app-regs|mcmodel=medany
2MULTILIB_DIRNAMES = 64 32 alt
3MULTILIB_MATCHES = mcmodel?medany=mcmodel?medmid
4MULTILIB_EXCEPTIONS = m32/mno-app-regs* m32/mcmodel=*
5MULTILIB_EXCLUSIONS = m32/!m64/mno-app-regs m32/!m64/mcmodel=medany
1MULTILIB_OPTIONS = m64/m32
2MULTILIB_DIRNAMES = 64 32
3MULTILIB_OSDIRNAMES = ../lib64 ../lib
6
7LIBGCC = stmp-multilib
8INSTALL_LIBGCC = install-multilib
9
10EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
11 crtfastmath.o
12
4
5LIBGCC = stmp-multilib
6INSTALL_LIBGCC = install-multilib
7
8EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
9 crtfastmath.o
10
13SHLIB_SLIBDIR_SUFFIXES = 64:64 32:
14
15# Override t-slibgcc-elf-ver to export some libgcc symbols with
16# the symbol versions that glibc used.
17# Avoid the t-linux version file.
18SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
19 $(srcdir)/config/sparc/libgcc-sparc-glibc.ver
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.
14SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
15 $(srcdir)/config/sparc/libgcc-sparc-glibc.ver
16
17CRTSTUFF_T_CFLAGS = `if test x$$($(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) \
18 -print-multi-os-directory) \
19 = x../lib64; then echo -mcmodel=medany; fi`