From 349d129b3a5612e8845a54ca4e9252b00af9456f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Apr 1997 14:43:30 +0000 Subject: [PATCH] (CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug workaround. --- sysdeps/m68k/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index fc79d36..0f811bc 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 -- 2.7.4