From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5723 Path: news.gmane.org!not-for-mail From: Bryan Hundven Newsgroups: gmane.linux.lib.musl.general Subject: [GCC] upstream support Date: Tue, 5 Aug 2014 12:46:47 -0700 Message-ID: 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 1407268027 20845 80.91.229.3 (5 Aug 2014 19:47:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2014 19:47:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5728-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 05 21:47:01 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 1XEkhI-0000k8-WC for gllmg-musl@plane.gmane.org; Tue, 05 Aug 2014 21:47:01 +0200 Original-Received: (qmail 3808 invoked by uid 550); 5 Aug 2014 19:47:00 -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 3800 invoked from network); 5 Aug 2014 19:47:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TDCJccupwaya5PvzdmDLtm/UAQluR6ZWNZAmcV3BSf8=; b=kp8RLna4eQwskX5zkMG7ioo/mfpmtHGrsr5GV0IhJwV7aMtCpe6TsgMDwNdjVA006h tIjtHZJHWtfMchbjQXyTs8joxhQIM+t/FCMN9aoK/Br1h0Kc7HAedUCXxKKp5e2aO/G6 Y/0RJ5dSM+QwAu5mxBd7oe5tqgvkLiJpBPDO88TxSuUPamDAmgEMJdX6zoQGh9zUl4W1 i4KYKtld0OEpDINgH1r9TvR/mmMc0IqE7qHtFNLqA7D66YJHPIAfxfS1z7wnjCMC5G6Z Cd4AYDgF0FQRnSY523pxzQDHbqokEZdRFDP+11RV45gofW7cZCdC69Bt5Gf9G6dFpbfY 76AQ== X-Received: by 10.224.167.193 with SMTP id r1mr9119273qay.62.1407268007269; Tue, 05 Aug 2014 12:46:47 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:5723 Archived-At: Hello list, I work on the crosstool-ng project and have been working on integrating musl-libc support. One problem I have in that process is handling the burden of the feature patches to gcc to support musl-libc. I've spoke with Rich and a number of people on the #musl irc channel on freenode.net, and I've made an effort to figure out what needs to be done to get musl support upstream in gcc. With that, I've applied for an assignment from the fsf, and I need any of the contributors of the patches to get in contact with me. I need the contributors to also sign an assignment with the fsf. I will be sending a separate email to the contributors with the questionnaire that the fsf has requested that I send. I will forward them to the fsf, and the contributors will be added to the assignment so they will be recorded as contributors to the patch set to support musl-libc in gcc. I have a list of committers from the musl-gcc-patches here: https://bitbucket.org/GregorR/musl-gcc-patches I have a fork of that repository, with a new branch to start work against the gcc master branch here: https://bitbucket.org/bhundven/musl-gcc-patches/src Please let me know if you have any questions, comments, or feedback. Cheers, -Bryan