mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
# Soft-float functions go in glibc only, to facilitate the possible
|
|
# future addition of exception and rounding mode support integrated
|
|
# with <fenv.h>.
|
|
|
|
LIB2FUNCS_EXCLUDE = _floatdidf _floatdisf _fixunsdfsi _fixunssfsi \
|
|
_fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _floatundidf _floatundisf
|
|
LIB2ADD += $(srcdir)/config/nios2/linux-atomic.c
|