mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-05 03:01:05 +00:00
6 lines
151 B
Makefile
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
|