Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / gcc / config / t-gnu
blob575f729768cabb3cfdf19a7ced8a0ae83a7dc853
1 # In GNU, "/usr" is a four-letter word.
2 SYSTEM_HEADER_DIR = /include
4 LIBGCC1 = libgcc1.null
5 CROSS_LIBGCC1 = libgcc1.null
7 # The pushl in CTOR initialization interferes with frame pointer elimination.
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.
15 CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
16 TARGET_LIBGCC2_CFLAGS = -fPIC