summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/mips/mips32/mips16/fpu/Makefile
blob: b58c4eeb0c534aee75c7f1315085728745dc8614 (plain)
1
2
3
4
5
# Building hard-float libm as MIPS16 actually produces larger code size,
# so avoid doing so.
ifeq ($(subdir),math)
sysdep-CFLAGS += -mno-mips16
endif