2017-02-06 22:38:51 +01:00
|
|
|
LIB2ADD += $(srcdir)/config/riscv/save-restore.S \
|
|
|
|
$(srcdir)/config/riscv/muldi3.S \
|
2017-12-13 07:25:06 +01:00
|
|
|
$(srcdir)/config/riscv/multi3.c \
|
2017-02-06 22:38:51 +01:00
|
|
|
$(srcdir)/config/riscv/div.S \
|
|
|
|
$(srcdir)/config/riscv/atomic.c \
|
|
|
|
|
2020-09-29 02:20:01 +02:00
|
|
|
# Avoid the full unwinder being pulled along with the division libcalls.
|
|
|
|
LIB2_DIVMOD_EXCEPTION_FLAGS := -fasynchronous-unwind-tables
|