From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110605 invoked by alias); 9 Feb 2018 07:49:59 -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 110009 invoked by uid 89); 9 Feb 2018 07:49:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=soul, complaints, brave, him X-HELO: mail-ot0-f176.google.com Received: from mail-ot0-f176.google.com (HELO mail-ot0-f176.google.com) (74.125.82.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 07:49:58 +0000 Received: by mail-ot0-f176.google.com with SMTP id h14so6887600otj.5 for ; Thu, 08 Feb 2018 23:49:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=L8uQ/O3wnScupN+Wt7ehhCcWwM3MfuAFnbu2rFG7pZU=; b=RSs1eCjys8A4uz7rvSFZqF/MtTKUMjMrAFYlb7nbgFTsgfPQBkka36+wXdsFonbeo4 nG9mSzvgGQe0xiXsT8s5rqW5vMJdbfMU+v6i9g25/vXznUyOL09JuaC8iX6is4NsT7br 0pKAPVJWFjI+IUeXiujSlexI9JoF0XPJmmWtr2X/phZ2ivfj9dAXXJGKzsxr0tmo4B+e wQ2gBcagIwiRYV7MlYqIUgkqk72pK4mNbvCL+swp5510JY1rZ04wTXzY7YkhK8i/hCbJ q+nq+joBSVFqx7wi8lfDEdRrVdaescTuQd3++GKqhzWsHduLMLbKN9M7puYGYAaKHNT0 4YBg== X-Gm-Message-State: APf1xPBXz4YVtaGI2AE+nPcQzUkb5CCpsNAvAgUEKN8Ve4hQGZ7qGcm0 T/skJDYn0pzI2b/S/CBjN7WBgHxlfjUBSJLltJyDJw== X-Google-Smtp-Source: AH8x2259RqYd0nwR3dig1RlnrQppLgnoijs0yQc/t3STZHnlcGOluNZiG5hrfJlQBZ8iZA5GzSMmo5r+r0NeSDhvorw= X-Received: by 10.157.37.89 with SMTP id j25mr1489924otd.345.1518162596450; Thu, 08 Feb 2018 23:49:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.33.106 with HTTP; Thu, 8 Feb 2018 23:49:55 -0800 (PST) In-Reply-To: References: <4d4e66a4-73c2-50bb-48d0-9319effb6830@redhat.com> From: Aldy Hernandez Date: Fri, 09 Feb 2018 07:49:00 -0000 Message-ID: Subject: Re: [PR bootstrap/56750] implement --disable-stage1-static-libs To: Jeff Law Cc: gcc-patches , ebotcazou@libertysurf.fr Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00493.txt.bz2 On Thu, Feb 8, 2018 at 6:00 PM, Jeff Law wrote: > On 02/08/2018 04:42 AM, Aldy Hernandez wrote: > You are a brave soul. I would've preferred to close as WONTFIX from the gun, but no one commented, so I tried my hand at a patch :). > > Every time I look at 56750 I shake my head and say it's not worth the > pain to untangle (sorry Mike). > > There's no single solution here that will satisfy everyone that I'm > aware of. Given that there is a workaround that I think will work for > the problems Mike is trying to address, I think this is a WONTFIX. > Another configury option just adds more complexity here that we're not > likely to test and is likely to bitrot over time. > > Go ahead with WONTFIX and if Mike complains, point him at me :-) No complaints from me. The less overlapping options the better. Thanks for looking at this. Aldy