mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
2006-02-01 Roland McGrath <roland@redhat.com>
* sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding -mlong-double-128 when it's already there.
This commit is contained in:
parent
f8cd852c52
commit
99c012218f
@ -2,7 +2,9 @@
|
||||
# -mlong-double-128 option is used (or when it becomes a default
|
||||
# when -mlong-double-64 is not used).
|
||||
long-double-fcts = yes
|
||||
ifeq (,$(filter -mlong-double-128,$(sysdep-CFLAGS)))
|
||||
sysdep-CFLAGS += -mlong-double-128
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),math)
|
||||
libm-routines += s_nexttowardfd
|
||||
|
Loading…
Reference in New Issue
Block a user