mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-14 08:33:16 +00:00
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
|
# Use a version of div0 which raises SIGFPE, and a special __clear_cache.
|
||
|
LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx _clear_cache
|
||
|
|
||
|
LIB2ADD_ST += $(srcdir)/config/arm/linux-atomic.c \
|
||
|
$(srcdir)/config/arm/linux-atomic-64bit.c
|