Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / gcc / config / i386 / t-osf1elf
1 # Assemble startup files.
2 crti.o: $(srcdir)/config/i386/osf1-ci.asm $(GCC_PASSES)
3         sed -e '/^!/d' <$(srcdir)/config/i386/osf1-ci.asm >crti.s
4         $(GCC_FOR_TARGET) -c -o crti.o crti.s
5 crtn.o: $(srcdir)/config/i386/osf1-cn.asm $(GCC_PASSES)
6         sed -e '/^!/d' <$(srcdir)/config/i386/osf1-cn.asm >crtn.s
7         $(GCC_FOR_TARGET) -c -o crtn.o crtn.s
8
9 # The pushl in CTOR initialization interferes with frame pointer elimination.
10
11 # We need to use -fPIC when we are using gcc to compile the routines in
12 # crtstuff.c.  This is only really needed when we are going to use gcc/g++
13 # to produce a shared library, but since we don't know ahead of time when
14 # we will be doing that, we just always use -fPIC when compiling the
15 # routines in crtstuff.c.
16
17 CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
18 TARGET_LIBGCC2_CFLAGS = -fPIC