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