glibc/sysdeps/mips/mips64/n64/Makefile

7 lines
125 B
Makefile
Raw Normal View History

# `long double' is a distinct type we support.
long-double-fcts = yes
ifeq ($(filter -mabi=64,$(CC)),)
CC += -mabi=64
endif