aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/riscv/t-elf
blob: 415e1fffbe710ab678f17ebadba3b15966adcf8e (plain)
1
2
3
4
5
6
7
8
LIB2ADD += $(srcdir)/config/riscv/save-restore.S \
	   $(srcdir)/config/riscv/muldi3.S \
	   $(srcdir)/config/riscv/multi3.c \
	   $(srcdir)/config/riscv/div.S \
	   $(srcdir)/config/riscv/atomic.c \

# Avoid the full unwinder being pulled along with the division libcalls.
LIB2_DIVMOD_EXCEPTION_FLAGS := -fasynchronous-unwind-tables