mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
20 lines
588 B
Plaintext
20 lines
588 B
Plaintext
# Just for these, we omit the frame pointer since it makes such a big
|
|
# difference. It is then pointless adding debugging.
|
|
LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g0
|
|
|
|
# Don't build enquire
|
|
ENQUIRE=
|
|
|
|
# Since libgcc1 is an assembler file, we can build it automatically for the
|
|
# cross-compiler.
|
|
CROSS_LIBGCC1 = libgcc1-asm.a
|
|
LIBGCC1 = libgcc1-asm.a
|
|
LIB1ASMSRC = arm/lib1funcs.asm
|
|
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
|
|
|
|
MULTILIB_OPTIONS = mapcs-32
|
|
MULTILIB_DIRNAMES = apcs-32
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|