mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 12:41:05 +00:00
11 lines
217 B
Makefile
11 lines
217 B
Makefile
ifeq ($(subdir),math)
|
|
libm-support += fenv_const fe_nomask fe_mask t_sqrt
|
|
|
|
# libm needs ld.so to access dl_hwcap
|
|
$(objpfx)libm.so: $(elfobjdir)/ld.so
|
|
endif
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
tests += tst-setcontext-fpscr
|
|
endif
|