2 CROSS_LIBGCC1=libgcc1.null
4 # The pushl in CTOR initialization interferes with frame pointer elimination.
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.
12 CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
13 TARGET_LIBGCC2_CFLAGS = -fPIC