From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4525 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general,gmane.linux.gentoo.embedded,gmane.linux.gentoo.hardened Subject: Re: yet another alternative libc Date: Wed, 29 Jan 2014 22:44:43 +0100 Message-ID: References: <52E97075.4030306@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1391031908 20584 80.91.229.3 (29 Jan 2014 21:45:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 21:45:08 +0000 (UTC) Cc: gentoo-embedded@lists.gentoo.org, gentoo-hardened@lists.gentoo.org To: musl@lists.openwall.com Original-X-From: musl-return-4529-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 29 22:45:16 2014 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 1W8cwe-0008Sw-0p for gllmg-musl@plane.gmane.org; Wed, 29 Jan 2014 22:45:16 +0100 Original-Received: (qmail 15863 invoked by uid 550); 29 Jan 2014 21:45:15 -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 15852 invoked from network); 29 Jan 2014 21:45:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=HtREIpz2Nr079iscll4xJUPXCr9n+TpSatx+22Qd8ss=; b=a/fiEbXGwDTGT+2kAiq0s/yCylZUbM+F/MzO4CFD23uSo8dl1sPmvaGjG9w2NDXw3D Dxn/OGFY2aQjYzQxW796O+Bth8jgRBXE/USsAOxt9JTMpL6DUPWVaSVc1Lf8h6IvKKjd nZ8JkaZbmVtTRBz60yuflSxV8eP9bcqfLyyl1Phi54JGbJE9J6gnIW7cOA2Gr3KqS8oH zrnQxQwbToWmScGO1ggUswRtkTlb+do7FFyaujajGkGK30/EkXd/vDGHpd5bL6e7V9R+ nA4Rz5wriu7HRNYz2RJhkRh84e+580rf3iuq/ncT90fojC8t48Zw6oALCyRPV/R/vb/e dj3Q== X-Received: by 10.140.89.52 with SMTP id u49mr15247277qgd.93.1391031903493; Wed, 29 Jan 2014 13:45:03 -0800 (PST) In-Reply-To: <52E97075.4030306@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:4525 gmane.linux.gentoo.embedded:4107 gmane.linux.gentoo.hardened:6145 Archived-At: Nice. I'm also develop stage4 (amd64) but with own replacement for (huge) portage/python (in C/shell).. Everything is statically linked: gcc-4.8.2: 61.5MB binutils-2.23.2: 13.8MB gdb-7.5.1: 6.3MB In fact, hardened gcc+musl is a bit problematic... btw. with relro/ssp binaries are a bit bigger. ok., I'm starting to install :) thx, Daniel