(CFLAGS-s_copysignl.c) [$(subdir)=math]: Define for gcc bug
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:43:30 +0000 (14:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:43:30 +0000 (14:43 +0000)
workaround.

sysdeps/m68k/Makefile

index fc79d36..0f811bc 100644 (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