http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
--- Comment #7 from Alexander Ivchenko ---
The fix in gcc-patches:
http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01428.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
Richard Biener changed:
What|Removed |Added
Target||i686-pc-linux-android
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
--- Comment #4 from Alexander Ivchenko ---
That (In reply to Andrew Pinski from comment #2)
> Well pthread_yield should be replaced with the POSIX version: sched_yield()
> instead.
Right.. the attached patch cured the build
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
--- Comment #3 from Alexander Ivchenko ---
Created attachment 32443
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32443&action=edit
Renaming ANDROID to __ANDROID__
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
--- Comment #2 from Andrew Pinski ---
Well pthread_yield should be replaced with the POSIX version: sched_yield()
instead.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644
--- Comment #1 from Andrew Pinski ---
If SYS_gettid is not defined, then it is a bug in the bionic libc headers as
NR_gettid is defined in the kernel headers.
Also pthread_yield should be defined in pthread.h if it is not then it is again
a bug i