t-gnu revision 50397
1LIBGCC1=libgcc1.null
2CROSS_LIBGCC1=libgcc1.null
3
4# The pushl in CTOR initialization interferes with frame pointer elimination.
5
6# We need to use -fPIC when we are using gcc to compile the routines in
7# crtstuff.c.  This is only really needed when we are going to use gcc/g++
8# to produce a shared library, but since we don't know ahead of time when
9# we will be doing that, we just always use -fPIC when compiling the
10# routines in crtstuff.c.
11
12CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
13TARGET_LIBGCC2_CFLAGS = -fPIC
14