2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / arm / t-linux
blob1c5f48ae6f58769dc13e4957c08bfb589fc5b221
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 LIB1ASMSRC = arm/lib1funcs.asm
7 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
9 # MULTILIB_OPTIONS = mhard-float/msoft-float
10 # MULTILIB_DIRNAMES = hard-float soft-float
12 # If you want to build both APCS variants as multilib options this is how
13 # to do it.
14 # MULTILIB_OPTIONS += mapcs-32/mapcs-26
15 # MULTILIB_DIRNAMES += apcs-32 apcs-26
17 # EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
19 # LIBGCC = stmp-multilib
20 # INSTALL_LIBGCC = install-multilib