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
5LIBGCC2_DEBUG_CFLAGS = -g0
6
7LIB2ADD += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c
8