From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3179 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: go support (was: Best place to discuss other lightweight libraries?) Date: Wed, 24 Apr 2013 15:28:48 +0200 Message-ID: <5177DE10.30009@barfooze.de> References: <1366683267.18069.155@driftwood> <5176FE83.3010301@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1366810142 15177 80.91.229.3 (24 Apr 2013 13:29:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2013 13:29:02 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3183-gllmg-musl=m.gmane.org@lists.openwall.com Wed Apr 24 15:29:06 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UUzku-0004s5-Iw for gllmg-musl@plane.gmane.org; Wed, 24 Apr 2013 15:29:04 +0200 Original-Received: (qmail 30148 invoked by uid 550); 24 Apr 2013 13:29:03 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 30140 invoked from network); 24 Apr 2013 13:29:03 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:3179 Archived-At: On 04/24/2013 01:18 PM, Daniel Cegiełka wrote: > > btw. has anyone used go with musl? > i tried to build gcc 4.7.2 with go support (--enable-languages=c,c++,go) and that fails due to a lack of set/getcontext(). (see pkg/gcc472 in sabotage) according to rich, adding that to musl requires a non-trivial amount of arch specific asm. the go runtime in the gcc tree should be fixed to have a fallback when this functionality is missing (if possible), so it maybe be needed to ask on the go mailing list.