mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 10:30:20 +00:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
# 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
|