]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/config/arm/t-freebsd
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / arm / t-freebsd
1 # Just for these, we omit the frame pointer since it makes such a big
2 # difference. It is then pointless adding debugging.
3 HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer
4
5 LIB2ADD_ST += $(srcdir)/config/arm/freebsd-atomic.c
6
7 # Use a version of div0 which raises SIGFPE.
8 LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx
9