http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589
--- Comment #4 from michael at talamasca dot ocis.net 2012-12-13 23:36:53 UTC ---
The patch doesn't compile. At __wrap_pthread_create, it starts erroring
because the pthread_t and pthread_attr_t types do not exist.
It appears that since
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589
--- Comment #3 from Andrew Pinski 2012-12-09
00:48:37 UTC ---
Created attachment 28902
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28902
Patch which might work
Can you try this patch?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589
--- Comment #2 from michael at talamasca dot ocis.net 2012-12-05 08:38:49 UTC ---
My usual GCC recipe is this:
configure
--build=i386-pc-linux-uclibc
--prefix=/usr
--sysconfdir=/etc
--sharedstatedir=/var/com
--localstatedir=/var/state
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589
--- Comment #1 from Andrew Pinski 2012-12-04
10:27:26 UTC ---
How did you configure GCC?