From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id 2DC593982C9D for ; Fri, 9 Jul 2021 01:01:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2DC593982C9D Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 1690WwK4043015; Thu, 8 Jul 2021 21:01:30 -0400 Received: from ppma05wdc.us.ibm.com (1b.90.2fa9.ip4.static.sl-reverse.com [169.47.144.27]) by mx0a-001b2d01.pphosted.com with ESMTP id 39p58jjt4n-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 08 Jul 2021 21:01:30 -0400 Received: from pps.filterd (ppma05wdc.us.ibm.com [127.0.0.1]) by ppma05wdc.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 1690vMaq012315; Fri, 9 Jul 2021 01:01:29 GMT Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by ppma05wdc.us.ibm.com with ESMTP id 39jfhdj7py-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 09 Jul 2021 01:01:29 +0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 16911S237537042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 Jul 2021 01:01:28 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5CEB9AC05B; Fri, 9 Jul 2021 01:01:28 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DCD72AC067; Fri, 9 Jul 2021 01:01:27 +0000 (GMT) Received: from linux.ibm.com (unknown [9.211.47.32]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 9 Jul 2021 01:01:27 +0000 (GMT) From: Tulio Magno Quites Machado Filho To: Adhemerval Zanella , Anton Blanchard , libc-alpha@sourceware.org Subject: Re: [PATCH] powerpc64le: Fix typo in configure In-Reply-To: <4d4135b3-1099-6144-ef83-cd57f4c621a4@linaro.org> References: <20210706201936.78d71219@kryten.localdomain> <4d4135b3-1099-6144-ef83-cd57f4c621a4@linaro.org> User-Agent: Notmuch/0.32.1 (http://notmuchmail.org) Emacs/27.2 (x86_64-redhat-linux-gnu) Date: Thu, 08 Jul 2021 22:01:26 -0300 Message-ID: <87eec8l2qh.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-ORIG-GUID: BgFjnhRc92SMt2Dvp4n2ZBeC1EmI1wWf X-Proofpoint-GUID: BgFjnhRc92SMt2Dvp4n2ZBeC1EmI1wWf X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-07-08_14:2021-07-08, 2021-07-08 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 clxscore=1015 malwarescore=0 lowpriorityscore=0 suspectscore=0 mlxlogscore=999 spamscore=0 bulkscore=0 impostorscore=0 mlxscore=0 adultscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107090000 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 01:01:37 -0000 Adhemerval Zanella via Libc-alpha writes: > On 06/07/2021 07:19, Anton Blanchard via Libc-alpha wrote: >> The configure script checks for -mlong-double-128 but mentions -mlongdouble >> when it fails. > > LGTM, thanks. > > Reviewed-by: Adhemerval Zanella Pushed as 01d780628278972cfa3630feeb74d7861b0fd5fc. Thanks! -- Tulio Magno