From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46004 invoked by alias); 19 Aug 2019 15:47:08 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 45993 invoked by uid 89); 19 Aug 2019 15:47:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*RU:cmsmtp, HX-Spam-Relays-External:cmsmtp, H*r:cmsmtp, his X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.49.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Aug 2019 15:47:06 +0000 Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway23.websitewelcome.com (Postfix) with ESMTP id 0A7988AB1 for ; Mon, 19 Aug 2019 10:47:03 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id zjs6hDWvr2PzOzjs6hDn95; Mon, 19 Aug 2019 10:47:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CC6ejyyYKDA224/dS3akSpIOmpyc85Bloo6MxuQQDZE=; b=qWubeC8PI6egZiDTOkGcHQRnWp Y+bZl8KwA2sSb5YgJgAWKwyGr3kkaofanHm7RxTe+w6iAhZBRkvD12xVJhSrsEU/2aN+Ql/qIKKmp 2Jk879m8X94YCwY1YVVBoCFOo; Received: from 97-122-178-82.hlrn.qwest.net ([97.122.178.82]:51216 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hzjs6-0002GW-IL; Mon, 19 Aug 2019 10:47:02 -0500 From: Tom Tromey To: Jonathan Wakely Cc: Tom Tromey , Jeff Law , GCC Patches Subject: Re: [PATCH] Add --with-static-standard-libraries to the top level References: <87y307bidk.fsf@tromey.com> <83bc1c24-31cd-7435-4846-b245fa7bb8c0@redhat.com> <20190813104041.GD9487@redhat.com> <87o90tw0tj.fsf@tromey.com> <20190816172307.GS9487@redhat.com> Date: Mon, 19 Aug 2019 15:53:00 -0000 In-Reply-To: <20190816172307.GS9487@redhat.com> (Jonathan Wakely's message of "Fri, 16 Aug 2019 18:23:07 +0100") Message-ID: <87mug5qhsb.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-08/txt/msg01317.txt.bz2 >>>>> "Jonathan" == Jonathan Wakely writes: Jonathan> Given that the problem does exist, I think being able to disable the Jonathan> GCC build flags for non-GCC components in the build tree makes sense. Jonathan> I'm not sure if Jeff deferring to me means I can approve the patch Jonathan> (normally I can't approve top-level config stuff) but for whatever Jonathan> it's worth, I approve the patch. Thanks. I understood his message as deferring to your judgment, so I am going to check it in. Tom