This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[HACK PATCH] Workaround GCC4 PR debug/19345


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]