From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3237 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Best place to discuss other lightweight libraries? Date: Mon, 29 Apr 2013 13:41:46 +0200 Message-ID: References: <1366683267.18069.155@driftwood> <5176FE83.3010301@gentoo.org> <8738ugqaza.fsf@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1367235740 31762 80.91.229.3 (29 Apr 2013 11:42:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 11:42:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3241-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 29 13:42:22 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 1UWmTK-00088T-RO for gllmg-musl@plane.gmane.org; Mon, 29 Apr 2013 13:42:19 +0200 Original-Received: (qmail 19823 invoked by uid 550); 29 Apr 2013 11:42:18 -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 19815 invoked from network); 29 Apr 2013 11:42:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=wOzmrnH+qEkfHq1VTmSPkfHqeUQolPxRk19zBn2JLGk=; b=0t9AvEsIIhnEqiTlIXXTAo2rS5XKRzSER1OYORDtq8PtWZfe7SO4ZvbUCTGNfoMjWx j1Ta94HF7bJa4XcePQ9sbpu2tjXcqSFLMzIs4KPr4Ac6aX69CzppYKkWneSB0gN8+c2H lvtgiRQjhARb4caViE0bmIaVyFeOMAS1sOBaOS36Zl4VRr3nnEL6uISEiwTGLzKIxE+k kdhn+jxUaobMNpUcIF4mQzgWNwM/FPHGZEzs2mT7b8y4w+PeQDHHs5QtxleBoVJlhZFl /rJwDw6XcJoiZFysWhzihAgtNtSyziD7MTN+S5PrsBk5K/RvR70AIZTKvDBt0I1I6KJr NtjQ== X-Received: by 10.152.3.137 with SMTP id c9mr27458190lac.5.1367235726614; Mon, 29 Apr 2013 04:42:06 -0700 (PDT) In-Reply-To: <8738ugqaza.fsf@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:3237 Archived-At: 2013/4/24 Christian Neukirchen : > Daniel Cegie=C5=82ka writes: >> go - nice, only ed as a dependency but really stupid build system: > > If "stupid" means "not clever", yes. That's a feature. it's more then stupid. 1) __hardcoded__ glibc loader (!!!) https://code.google.com/p/go/source/browse/src/cmd/6l/asm.c https://code.google.com/p/go/source/browse/src/cmd/8l/asm.c you can run go (force musl libc) with command: /lib/libc.so /bin/go (...) 2) hardcoded bison (instead ${YACC}): https://code.google.com/p/go/source/browse/src/cmd/gc/Makefile 3) hardcoded bash in build scripts (instead portable sh). 4) C based 'build script' instead Makefile. btw. Go (Google) works with musl (sabotage). Daniel > -- > Christian Neukirchen http://chneukirchen.org