blob: ffacf1a754a1893d3303949f56392edbedeab237 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(subdir),math)
libm-support += fenv_const fe_nomask fe_mask t_sqrt
libm-tests += test-powerpc-snan
# libm needs ld.so to access dl_hwcap
$(objpfx)libm.so: $(elfobjdir)/ld.so
endif
ifeq ($(subdir),stdlib)
tests += tst-setcontext-fpscr
endif
|