blob: b58c4eeb0c534aee75c7f1315085728745dc8614 [file] [log] [blame]
# Building hard-float libm as MIPS16 actually produces larger code size,
# so avoid doing so.
ifeq ($(subdir),math)
sysdep-CFLAGS += -mno-mips16
endif