* real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
[official-gcc.git] / gcc / config / arm / t-linux
blob7dbd0c0e277622464be0e042f4c28d0496e8d334
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 LIB1ASMSRC = arm/lib1funcs.asm
10 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
12 # MULTILIB_OPTIONS = mhard-float/msoft-float
13 # MULTILIB_DIRNAMES = hard-float soft-float
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
20 # EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
22 # LIBGCC = stmp-multilib
23 # INSTALL_LIBGCC = install-multilib