|
Message-ID: <5004907D.2000902@barfooze.de> Date: Tue, 17 Jul 2012 00:06:53 +0200 From: John Spencer <maillist-musl@...fooze.de> To: musl@...ts.openwall.com Subject: Re: thread local storage On 07/16/2012 10:03 PM, Rich Felker wrote: > On Mon, Jul 16, 2012 at 09:02:49PM +0200, John Spencer wrote: >> luajit builds without problems on musl, but then crashes due to a >> lack of TLS. > Then the gcc was built wrong. --disable-tls should be passed when > building gcc so that attempts to use __thread generate a compile error > (to be detected in configure). aww, i was sure it did, but i have missed that one. using a fixed gcc4, luajit apparently falls back to the OSX workaround and appears to work so far. both luajit and the fixed gcc build script is now in sabotage. (needs a "butch rebuild gcc4" after updating the pkgs.)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.