From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19D041382B5 for ; Wed, 15 Jun 2016 03:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B4BE08B1; Wed, 15 Jun 2016 03:55:08 +0000 (UTC) Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9155E08B1 for ; Wed, 15 Jun 2016 03:55:07 +0000 (UTC) Received: by mail-oi0-f54.google.com with SMTP id p204so15473778oih.3 for ; Tue, 14 Jun 2016 20:55:07 -0700 (PDT) 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; bh=7ssKHk24IWS0aWYOEpAYo2S1PJfUt/0Ladd4IqIWzXU=; b=yus0YmHOuGG29wJBdyr988gauyjLqTxiF4IJxI2n+Bl7zetWXeE/wQ4xcSjEAR6qgh cC/R+7ITD3dlAVYqSEPeCVM8Slux46S6WtU/b1+5WUC+xBbLBclwMH2JW5YqQ+EBh6fB Gsatqru1VAVAuvCtbhOmuJq1BQUGwA6othiikBUAsyvr829glN0pRCvBXyH8FDk7v7oG jQvhmD2ew27GlRjwcft50WSNhnFjSskbi5VgQiQqd1XBAK14vZ8nAOYxLz/cApDcRugo Qn3gYRQf1FuDd37SB99wJd443HC4uhB3tHPlkP+7znqNvRbGlAjYSOorXIy6TYraSrAS YVLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=7ssKHk24IWS0aWYOEpAYo2S1PJfUt/0Ladd4IqIWzXU=; b=AU9LFhn/EpNbyv6jkUav6NXWRWAxMQ1eFcJyHuU97m/a2OQr2kZf8Xos69GhKNOHjJ +dseBTCbe0E4vMy5BFMBydICM7aSNGesoVF9WNLPRRqJFKvlKj+QqLfoujRq/1QWFgZp xxYls8lYtye/dih+uCXqhomJhduTuNW0vWDSBlPfaWd/tVyvrEjU1sfc/aBRp7k0iYzc 5nI4gpkfH0IRITS6IC+FBqjvbQYXBH70CF61TcY36oNxaYiiaK6iy+LFKn7hf0YXiI0g noZU/iedDau/x9m72kIUyjNJZo9vmJYa0jmJEdEQQzwAvRUGKTTtYW1fnPwp/nUMBvF7 Zaqw== X-Gm-Message-State: ALyK8tJYmbnaMQpX5jwzK32hkusoJTFNCt3JIqjl/id8rzkhsxENha/1vWxzG8qQWKLc5xU5pyrN+oZPfubhqQ== X-Received: by 10.157.12.246 with SMTP id o51mr13090035otd.72.1465962906893; Tue, 14 Jun 2016 20:55:06 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo musl list X-BeenThere: gentoo-musl@gentoo.org X-BeenThere: gentoo-musl@lists.gentoo.org MIME-Version: 1.0 Received: by 10.202.63.212 with HTTP; Tue, 14 Jun 2016 20:55:06 -0700 (PDT) In-Reply-To: <20160615033804.GA2473@gmail.com> References: <20160615033804.GA2473@gmail.com> From: Lei Zhang Date: Wed, 15 Jun 2016 11:55:06 +0800 Message-ID: Subject: Re: [gentoo-musl] [GSoC] _GNU_SOURCE in C++ To: gentoo-musl@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 2a30c1b2-1fa0-4e03-b176-30726893b1f1 X-Archives-Hash: 28b94855232da15bb418f716826ae478 2016-06-15 11:38 GMT+08:00 Aric Belsito : > Hi Lei, > > Out of curiousity, have you seen the patches that voidlinux is using for > LLVM+Clang or the ones that I'm hosting for gentoo at > https://github.com/lluixhi/musl-extras/tree/master/sys-devel/llvm ? > Just curious. Not before you mention it. I just took a look, and they seem to largely overlap with what I'm trying to do. So far I've seen a bunch of patches by different people trying to do the same thing... I really hope I can finally push them upstream this summer :) Lei