From: Ulrich Drepper Date: Wed, 21 May 1997 00:20:00 +0000 (+0000) Subject: (CFLAGS-s_copysignl.c): Define for gcc bug workaround. X-Git-Tag: cvs/libc-2_0_4~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b97dc29c466d7d4462a81cd7de975bb80639d3;p=thirdparty%2Fglibc.git (CFLAGS-s_copysignl.c): Define for gcc bug workaround. --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index dc502912bfa..2e0f4167e03 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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