blob: 45b17865443bba6a19a1fbe734a6018aebd323d3 (
plain)
1
2
3
4
5
6
7
8
9
|
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer
LIB2ADD_ST += $(srcdir)/config/arm/freebsd-atomic.c
# Use a version of div0 which raises SIGFPE.
LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx
|