8sa1-gcc/gcc/config/i386/t-crtpic
Richard Kenner 6359bc35a9 Initial revision
From-SVN: r8531
1994-11-20 07:00:14 -05:00

10 lines
446 B
Plaintext

# The pushl in CTOR initialization interferes with frame pointer elimination.
# We need to use -fpic when we are using gcc to compile the routines in
# crtstuff.c. This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fpic when compiling the
# routines in crtstuff.c.
CRTSTUFF_T_CFLAGS = -fpic -fno-omit-frame-pointer