summaryrefslogtreecommitdiff
path: root/ports/sysdeps/mips/mips64/n64/Makefile
blob: a823f32b53d31dd103e08dfd4d3df7d382c85228 (plain)
1
2
3
4
5
6
# `long double' is a distinct type we support.
long-double-fcts = yes

ifeq ($(filter -mabi=64,$(CC)),)
CC += -mabi=64
endif