From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1095 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Build system tweaks Date: Wed, 13 Jun 2012 07:22:00 +0200 Message-ID: <1339564923-13703-1-git-send-email-lu_zero@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1339564941 18791 80.91.229.3 (13 Jun 2012 05:22:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 05:22:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1096-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 13 07:22:20 2012 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 1Seg22-0003M1-VM for gllmg-musl@plane.gmane.org; Wed, 13 Jun 2012 07:22:15 +0200 Original-Received: (qmail 19771 invoked by uid 550); 13 Jun 2012 05:22:14 -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 19763 invoked from network); 13 Jun 2012 05:22:14 -0000 X-Mailer: git-send-email 1.7.8.rc1 Xref: news.gmane.org gmane.linux.lib.musl.general:1095 Archived-At: Hi, I'm trying to get musl supported in Gentoo crossdev. Once I'm done Gentoo and Sabayon users will be able to install a working cross-toolchain by just issuing `crossdev x86_64-pc-linux-musl` and similar. I'm quite close to success in getting the toolchain with musl considered a 'bare-metal' libc by gcc, hopefully I'll have more time to figure out how to make gcc behave a little better. (config.site and gnuconfig changes will be posted for discussion later) Last summer I told Dalias I'd try to prepare a Gentoo stage3 once musl would be closer to be more complete thus I'm starting.