t-sco5 revision 50397
1# The pushl in CTOR initialization interferes with frame pointer elimination.
2CRTSTUFF_T_CFLAGS   = -fPIC -fno-omit-frame-pointer
3CRTSTUFF_T_CFLAGS_S = -mcoff -fno-omit-frame-pointer
4
5#
6# I am still a little unsure of the multilib architecture. The following
7# 4 lines are based on advice from meissner@cygnus.com.
8#
9MULTILIB_OPTIONS    = mcoff/fPIC
10MULTILIB_DIRNAMES   = coff pic
11MULTILIB_EXCEPTIONS = *mcoff*/*fPIC*
12MULTILIB_MATCHES    = fPIC=fpic
13MULTILIB_EXTRA_OPTS =
14
15LIBGCC=stmp-multilib
16INSTALL_LIBGCC=install-multilib
17
18crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
19	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
20	$(GCC_FOR_TARGET) -c -o crti.o crti.s
21