public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [HACK PATCH] Workaround GCC4 PR debug/19345
@ 2005-03-05  9:22 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2005-03-05  9:22 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

This is not meant for inclusion, posting just for completeness that
such a workaround is needed to build with GCC 4.

--- 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

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-05  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05  9:22 [HACK PATCH] Workaround GCC4 PR debug/19345 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).