mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 13:50:06 +00:00
10 lines
235 B
Makefile
10 lines
235 B
Makefile
ifeq ($(subdir),math)
|
|
libm-routines += fexcepts_to_spe fexcepts_from_spe
|
|
libm-routines += fexcepts_to_prctl fexcepts_from_prctl
|
|
libm-routines += fe_note_change
|
|
endif
|
|
|
|
ifeq ($(subdir),soft-fp)
|
|
sysdep_routines += fraiseexcept-soft
|
|
endif
|