mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
# `long double' is a distinct type we support.
|
|
long-double-fcts = yes
|
|
|
|
ifeq ($(filter -mabi=n32,$(CC)),)
|
|
CC += -mabi=n32
|
|
endif
|