Monday, 24 November 2014

[gccsdk] [Bug 254] C++11 threads do not work and cause a crash

http://www.riscos.info/bugzilla3/show_bug.cgi?id=254

Lee <leenoar@sky.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |leenoar@sky.com
Resolution| |FIXED

--- Comment #1 from Lee <leenoar@sky.com> 2014-11-24 10:11:37 PST ---
For some reason the static linker doesn't pull in the required pthread
functions
which are declared weak by the libstdc++ build system. Fortunately, the
build system allows the weakrefs to be disabled. As we know that pthreads are
always available in Unixlib, this is not a problem. However, weakrefs are still
required for SCL as that has no pthread support.

Fixed with r6748 and r6749.

--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment