]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 fc79d3680465a6d1fe07684c35753269014ecb83..0f811bc62e90c0b9d2abc6f7cb3012277fec5e9e 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