]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CFLAGS-s_copysignl.c): Define for gcc bug workaround.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 00:20:00 +0000 (00:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 00:20:00 +0000 (00:20 +0000)
sysdeps/m68k/Makefile

index dc502912bfaa1aa8a8a1a7db02c93359b60ae75c..2e0f4167e03d3d2fe79fbc65f835c9be92f5235e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -34,3 +34,8 @@ long-double-fcts = yes
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -Wno-uninitialized
 endif
+
+ifeq ($(subdir),math)
+# Avoid a bug in gcc
+CFLAGS-s_copysignl.c += -mnobitfield
+endif
\ No newline at end of file