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
6# Don't build enquire
7ENQUIRE=
8
9# Since libgcc1 is an assembler file, we can build it automatically for the
10# cross-compiler.
11CROSS_LIBGCC1 = libgcc1-asm.a
12LIBGCC1 = libgcc1-asm.a
13LIB1ASMSRC = arm/lib1funcs.asm
14LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
15
16# If you want to build both APCS variants as multilib options this is how
17# to do it.
18#MULTILIB_OPTIONS = mapcs-32/apcs-26
19#MULTILIB_DIRNAMES = apcs-32 apcs-26
20
21LIBGCC = stmp-multilib
22INSTALL_LIBGCC = install-multilib
23