mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
6 lines
218 B
Makefile
6 lines
218 B
Makefile
|
# The`long double' type is a distinct type we support if
|
||
|
# -mlong-double-128 option is used (or when it becomes a default
|
||
|
# when -mlong-double-64 is not used).
|
||
|
long-double-fcts = yes
|
||
|
sysdep-CFLAGS += -mlong-double-128
|