mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 17:01:03 +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
|