This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34787] fix -shared + -pthread for mips/linux
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2008 19:52:57 -0000
- Subject: [Bug target/34787] fix -shared + -pthread for mips/linux
- References: <bug-34787-10160@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rsandifo at gcc dot gnu dot org 2008-01-24 19:52 -------
FWIW, this was fixed on mainline by:
2007-06-13 Thiemo Seufer <ths@networkno.de>
* config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
imply -lpthread for -pthread.
By the letter of the law, this shouldn't be backported because
it doesn't fix a regression. Interested parties: please shout
if you think an exception should be made.
Richard
--
rsandifo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Known to work| |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34787