From 155304c64077fc06876d87a462a3b13afb6dea49 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 5 Mar 2005 00:23:38 +0000 Subject: [PATCH] 2.3.4-11 --- glibc-fedora.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 93abdc2..45d08f9 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -3542,3 +3542,10 @@ #ifdef RESOLVE +--- libc/sysdeps/i386/i486/Makefile.jj 2005-01-27 14:27:08.338732320 +0100 ++++ libc/sysdeps/i386/i486/Makefile 2005-03-05 01:17:12.459113304 +0100 +@@ -0,0 +1,4 @@ ++# Temporary workaround for GCC4 PR debug/19345 ++ifeq ($(subdir),string) ++CFLAGS-string-inlines.c += -g0 ++endif