* config/i386/i386.md (mmx_pinsrw): Output operands in correct
[official-gcc.git] / gcc / config / arm / t-linux
blob17c0497296721718c066cb29cbf9ca4408639728
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
6 # Don't build enquire
7 ENQUIRE=
9 # Since libgcc1 is an assembler file, we can build it automatically for the
10 # cross-compiler.
11 CROSS_LIBGCC1 = libgcc1-asm.a
12 LIBGCC1 = libgcc1-asm.a
13 LIB1ASMSRC = arm/lib1funcs.asm
14 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
16 MULTILIB_OPTIONS = mhard-float/msoft-float
17 MULTILIB_DIRNAMES = hard-float soft-float
19 # If you want to build both APCS variants as multilib options this is how
20 # to do it.
21 # MULTILIB_OPTIONS += mapcs-32/mapcs-26
22 # MULTILIB_DIRNAMES += apcs-32 apcs-26
24 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
26 LIBGCC = stmp-multilib
27 INSTALL_LIBGCC = install-multilib