mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 15:20:04 +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
|