]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/sparc/t-linux64
077cf69e719374c1e15b69b3e3a599d69c07535f
[thirdparty/gcc.git] / gcc / config / sparc / t-linux64
1 MULTILIB_OPTIONS = m64/m32
2 MULTILIB_DIRNAMES = 64 32
3 MULTILIB_MATCHES =
4
5 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
7
8 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o
9
10 tcrtbeginS.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
11 defaults.h frame.h gbl-ctors.h
12 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
13 -finhibit-size-directive -fno-inline-functions -fno-exceptions $(CRTSTUFF_T_CFLAGS_S) \
14 -c $(srcdir)/crtstuff.c -DCRT_BEGIN -o tcrtbeginS$(objext)
15
16 tcrtendS.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
17 defaults.h frame.h gbl-ctors.h
18 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
19 -finhibit-size-directive -fno-inline-functions -fno-exceptions $(CRTSTUFF_T_CFLAGS_S) \
20 -c $(srcdir)/crtstuff.c -DCRT_END -o tcrtendS$(objext)
21