From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by sourceware.org (Postfix) with ESMTPS id 50124385802A for ; Thu, 13 May 2021 18:58:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 50124385802A Received: by mail-pj1-x1031.google.com with SMTP id j6-20020a17090adc86b02900cbfe6f2c96so52540pjv.1 for ; Thu, 13 May 2021 11:58:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=5ulS9o2rkUa3BcbTMrzO7dfwhI8e6ZBwG6XO8aSpQG0=; b=Q3MMy/5nQQJRzcWfVxJZgcBlKGd5yPGtCLk04ViwZglvYCITeFYsIKM5ldhb1lTjqO R66e1Hin46MsWTmXDVMmJQFjafl69YCeSAGuA6AFovo6ZwPzZHIfDRgudyuzfJm3tJEf dGov1y1gBXhDu2dT+gGoyAbIa1yThKY/ddRYn0JdNY6KUGAZtif5L+ZWKYdvCHsmzUDy 9cM/l82uIvUCZiQB/Ptn5pp3YetdgZfD4ULeQT9yixT6QxBH0OxY6fOtEp9/Z0AjbyAB FJ2cuMICZ2aKhs0mpctqtJI+r7jKRDK3QD0/WgqMfnib0hF4giYdPSKJTtfqMcMj/HYU rVTg== X-Gm-Message-State: AOAM531rOmgcUddEUsR0jxR/mG1E4mY8eeR4+9GQnqcT22TFs/qLWQm+ cKkfsDD5ndcRwddxCAnbNkcDp3V6B1ZrcQ== X-Google-Smtp-Source: ABdhPJzOg0BH7Seg4adFvAxsdHeFUPE4cicGWJHl69BSqsK56mjNDo9II1eQhbhI/OFScBzSdSjJPw== X-Received: by 2002:a17:90a:e003:: with SMTP id u3mr6576320pjy.77.1620932304106; Thu, 13 May 2021 11:58:24 -0700 (PDT) Received: from [192.168.1.2] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id x10sm3027947pjq.53.2021.05.13.11.58.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 May 2021 11:58:23 -0700 (PDT) Subject: Re: [PATCH] IBM Z: Avoid bash-specific substitution in configure To: Marius Hillenbrand , gcc-patches@gcc.gnu.org References: <20210512151247.2383-1-mhillen@linux.ibm.com> From: Jeff Law Message-ID: <87cccb6b-5c7c-6f69-7d3c-f31ca5aa0928@gmail.com> Date: Thu, 13 May 2021 12:58:22 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210512151247.2383-1-mhillen@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 18:58:26 -0000 On 5/12/2021 9:12 AM, Marius Hillenbrand via Gcc-patches wrote: > Tested configure runs on NetBSD x86-64, Linux on x86-64 (with target s390x), and > on s390x. > > Is the patch ok for master, and for gcc-11? > > ----8<------8<------8<----- > > Fix a bootstrap error observed on NetBSD. > > 2021-05-12 Marius Hillenbrand > > gcc/ChangeLog: > > PR bootstrap/100552 > * configure.ac: Replace pattern substitution with call to sed. > * configure: Regenerate (tbd at time of commit). OK Jeff