mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 17:50:20 +00:00
8 lines
203 B
Makefile
8 lines
203 B
Makefile
|
ifeq ($(subdir),math)
|
||
|
libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \
|
||
|
libm_tan
|
||
|
|
||
|
routines += libm_frexp4 libm_frexp4f libm_frexp4l libm_error
|
||
|
CPPFLAGS += -DSIZE_INT_32
|
||
|
endif
|