(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug

workaround.
This commit is contained in:
Ulrich Drepper 1997-04-02 14:43:30 +00:00
parent 6383b7f583
commit 349d129b3a

View File

@ -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