OSDN Git Service

Pass pointer to RTX when calling alter_subreg().
[pf3gnuchains/gcc-fork.git] / gcc / config / arm / t-linux
1 # Just for these, we omit the frame pointer since it makes such a big
2 # difference.  It is then pointless adding debugging.
3 TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
4 LIBGCC2_DEBUG_CFLAGS = -g0
5
6 # Don't build enquire
7 ENQUIRE=
8
9 LIB1ASMSRC = arm/lib1funcs.asm
10 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
11
12 # MULTILIB_OPTIONS = mhard-float/msoft-float
13 # MULTILIB_DIRNAMES = hard-float soft-float
14
15 # If you want to build both APCS variants as multilib options this is how
16 # to do it.
17 # MULTILIB_OPTIONS += mapcs-32/mapcs-26
18 # MULTILIB_DIRNAMES += apcs-32 apcs-26
19
20 # EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
21
22 # LIBGCC = stmp-multilib
23 # INSTALL_LIBGCC = install-multilib