mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
workaround.
This commit is contained in:
parent
6383b7f583
commit
349d129b3a
@ -34,3 +34,8 @@ long-double-fcts = yes
|
||||
ifeq ($(subdir),elf)
|
||||
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),math)
|
||||
# Avoid a bug in gcc
|
||||
CFLAGS-s_copysignl.c += -mnobitfield
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user