t-linux revision 132718
1# Just for these, we omit the frame pointer since it makes such a big
2# difference.  It is then pointless adding debugging.
3TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
4LIBGCC2_DEBUG_CFLAGS = -g0
5
6LIB1ASMSRC = arm/lib1funcs.asm
7LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
8
9# MULTILIB_OPTIONS = mhard-float/msoft-float
10# MULTILIB_DIRNAMES = hard-float soft-float
11
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
16
17# EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
18
19# LIBGCC = stmp-multilib
20# INSTALL_LIBGCC = install-multilib
21