From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 8F78E3858404 for ; Fri, 14 Oct 2022 01:31:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8F78E3858404 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x42b.google.com with SMTP id y1so3544132pfr.3 for ; Thu, 13 Oct 2022 18:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=5wqWdeT48WcaA7ytICTesURG2l7IJVZY8trHBiUdFdw=; b=AkPaYWloJk8nIRte/8eTd934BJQGeeg27ntGlWdsDahjVC9igWFpbTfeRr7qo+9VH2 HV35OzOHKRrP8GzJC2B5zV6Xl1oSOz4xb+3JlNQFMgrAdC27+vVh3gGaZ8k8vHWCdSrP yMs3d7Y7hVm/yI1Jxz+faQ+n+auHtOC4hubXuZkkPrDIxD2+dzLqJ2Dml6nRbWTyeKE3 x81LOzlnMqKqb3S6paxUCs/xmkWiaUvIee1N+oS5pDLImbKwVF9bcGhe4WYyVgLRH2sC yiecGtU3bGD8N1l6CGrcbzYPwEoWvDHWcP5O7p80CL1HjdKGPozQt/HGyg2r/He4bVzG MCOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5wqWdeT48WcaA7ytICTesURG2l7IJVZY8trHBiUdFdw=; b=dnrG+JZwwMKW7tKOlvFyoDztYecJrPRABTzHA4hTPWkZ7Y+XR5ZZyD+jLSq6F0QFmu GF9uNLNYu9z4N4yOpFnonfS4qTl7g4YiVUaxVE33q/Tide5aJXcvGJEdyRjep4PiaEl1 RKuq+kdvg57y2+DJOjslOi9wbOwU599WIKmYOEMXVJcNYHBLKAFuWLHOsPxpAjI2FO3s BVhxnaoZ63vR8lbrPgUgRNYGocThxQXxCq0B4OdK/Cmfj2mruHzwcUTrwZi07ebd2675 kX4wo4uXR9HRFkYsDdwOnm447uof/Y5fbTLG1x1ytJwFpSTgNJD1csFIvZLrryNGpAaL pbLA== X-Gm-Message-State: ACrzQf0eRDAZ09Wd0ZiYpqTK9xtk+9TLSLQFwUxdueQ3V4YWiRr37FfL 9llZ6TXUPI/NNcz280aIpCIRlSxJaZxVGw== X-Google-Smtp-Source: AMsMyM4iz8cy/GCe/onHLMT2QHtlI08JPtmmsCYWrgGHvSmAAD93Gb8pulXLsIt6vRKikfCHHow5xw== X-Received: by 2002:a62:1482:0:b0:55f:eb9a:38b2 with SMTP id 124-20020a621482000000b0055feb9a38b2mr2687913pfu.29.1665711071325; Thu, 13 Oct 2022 18:31:11 -0700 (PDT) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id 21-20020a631855000000b00462ae17a1c4sm324722pgy.33.2022.10.13.18.31.10 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 Oct 2022 18:31:10 -0700 (PDT) Message-ID: <65995e54-9fb6-8ecc-dc86-131b199652b5@gmail.com> Date: Thu, 13 Oct 2022 19:31:09 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile Content-Language: en-US To: binutils@sourceware.org References: <20220315212635.3732428-1-simon.marchi@polymtl.ca> <71a243a9-9afb-caac-6bef-85ea6ab82ec7@simark.ca> From: Jeff Law In-Reply-To: <71a243a9-9afb-caac-6bef-85ea6ab82ec7@simark.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/11/22 21:08, Simon Marchi via Binutils wrote: > Hi gcc-patches, > > I had applied the patch below to binutils-gdb, but it recently got wiped > out by a gcc -> binutils-gdb configure.ac sync. Would it be possible to > apply it to the gcc repo so this doesn't happen again? Better yet, let's get you access to the GCC repo so that you can install approved bits yourself :-)  It's a lot easier for someone to say OK than to extract the patch, apply it & push it. Given you've got access to binutils-gdb, I think it's just a matter of putting you into the gcc group. https://gcc.gnu.org/gitwrite.html#authenticated Should have a link to the magic form. jeff