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

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