blob: f85cb0b7a306829bb3162281641862b9fb7f364f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Makefile fragment for PowerPC with no FPU.
ifeq ($(subdir),soft-fp)
sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) sim-full
endif
ifeq ($(subdir),math)
libm-support += fenv_const fe_nomask
endif
|