OSDN Git Service

(DUCR.M,DUC.M): Defined.
[pf3gnuchains/gcc-fork.git] / gcc / config / t-gnu
1 LIBGCC1=libgcc1.null
2 CROSS_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
12 CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
13 TARGET_LIBGCC2_CFLAGS = -fPIC