]> gcc.gnu.org Git - gcc.git/blob - gcc/config/t-gnu
mips.h (REGISTER_MOVE_COST): Remove redundant case for moving from HI/LO/HI_LO_REG.
[gcc.git] / gcc / config / t-gnu
1 # In GNU, "/usr" is a four-letter word.
2 SYSTEM_HEADER_DIR = /include
3
4 LIBGCC1 = libgcc1.null
5 CROSS_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
15 CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
16 TARGET_LIBGCC2_CFLAGS = -fPIC
This page took 0.04016 seconds and 5 git commands to generate.