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