mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-15 05:20:05 +00:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
# `long double' is a distinct type we support.
|
|
long-double-fcts = yes
|
|
|
|
ifeq ($(filter -mabi=64,$(CC)),)
|
|
CC += -mabi=64
|
|
endif
|