glibc/ports/sysdeps/mips/mips32/mips16/fpu/Makefile
2013-02-27 23:45:07 +00:00

6 lines
151 B
Makefile

# Building hard-float libm as MIPS16 actually produces larger code size,
# so avoid doing so.
ifeq ($(subdir),math)
sysdep-CFLAGS += -mno-mips16
endif