chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / ports / sysdeps / mips / mips64 / n64 / Makefile
1 # `long double' is a distinct type we support.
2 long-double-fcts = yes
3
4 ifeq ($(filter -mabi=64,$(CC)),)
5 CC += -mabi=64
6 endif