Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90174 - patch to gcc-4.0.0 to compile it against glibc-2.3.4.20041102-r1
Summary: patch to gcc-4.0.0 to compile it against glibc-2.3.4.20041102-r1
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 83403
  Show dependency tree
 
Reported: 2005-04-23 14:53 UTC by Rodolfo Schulz de Lima
Modified: 2005-07-30 18:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodolfo Schulz de Lima 2005-04-23 14:53:35 UTC
--- gcc-4.0.0/libmudflap/mf-impl.h.orig 2005-04-23 18:50:13.000000000 -0300
+++ gcc-4.0.0/libmudflap/mf-impl.h      2005-04-22 11:35:16.000000000 -0300
@@ -38,6 +38,7 @@
 #endif
 
 #if HAVE_PTHREAD_H
+#include <setjmp.h>
 #include <pthread.h>
 #elif LIBMUDFLAPTH
 #error "Cannot build libmudflapth without pthread.h."


Reproducible: Always
Steps to Reproduce:
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-07-30 18:48:44 UTC
The glibc-2.3.5 snapshots in the tree work just fine for now.  The release of
glibc-2.3.6 will give us a stable version to work with.