From: Ulrich Drepper Date: Wed, 2 Apr 1997 14:43:30 +0000 (+0000) Subject: (CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug X-Git-Tag: glibc-2.16-ports-before-merge~3654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=349d129b3a5612e8845a54ca4e9252b00af9456f;p=thirdparty%2Fglibc.git (CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug workaround. --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index fc79d368046..0f811bc62e9 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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