glibc/sysdeps/powerpc/nofpu/Makefile

11 lines
245 B
Makefile

# Makefile fragment for PowerPC with no FPU.
ifeq ($(subdir),soft-fp)
sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) \
$(gcc-quad-routines) sim-full
endif
ifeq ($(subdir),math)
libm-support += fenv_const fe_nomask
endif