From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by sourceware.org (Postfix) with ESMTPS id D848B3851C34 for ; Thu, 25 Jun 2020 22:37:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D848B3851C34 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 05PMW44F087071 for ; Thu, 25 Jun 2020 18:37:00 -0400 Received: from ppma01dal.us.ibm.com (83.d6.3fa9.ip4.static.sl-reverse.com [169.63.214.131]) by mx0b-001b2d01.pphosted.com with ESMTP id 31ux00rfj2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jun 2020 18:37:00 -0400 Received: from pps.filterd (ppma01dal.us.ibm.com [127.0.0.1]) by ppma01dal.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 05PMU36s022431 for ; Thu, 25 Jun 2020 22:36:59 GMT Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by ppma01dal.us.ibm.com with ESMTP id 31uuruud49-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jun 2020 22:36:59 +0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 05PMaxk553149970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 25 Jun 2020 22:36:59 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 08ACDAC062; Thu, 25 Jun 2020 22:36:59 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8EFA5AC05F; Thu, 25 Jun 2020 22:36:58 +0000 (GMT) Received: from linux.ibm.com (unknown [9.65.204.52]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 25 Jun 2020 22:36:58 +0000 (GMT) From: Tulio Magno Quites Machado Filho To: Paul E Murphy , libc-alpha@sourceware.org Subject: Re: [PATCH] powerpc: Add support for POWER10 In-Reply-To: <82e88cdd-7d6e-9de0-5c16-5ce9bb99d35b@linux.ibm.com> References: <20200625001020.254521-1-tuliom@linux.ibm.com> <82e88cdd-7d6e-9de0-5c16-5ce9bb99d35b@linux.ibm.com> User-Agent: Notmuch/0.29.1 (http://notmuchmail.org) Emacs/26.3 (x86_64-redhat-linux-gnu) Date: Thu, 25 Jun 2020 19:36:57 -0300 Message-ID: <87ftaikc1i.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-06-25_19:2020-06-25, 2020-06-25 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 suspectscore=0 clxscore=1015 bulkscore=0 cotscore=-2147483648 mlxlogscore=910 phishscore=0 mlxscore=0 lowpriorityscore=0 impostorscore=0 spamscore=0 priorityscore=1501 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006250129 X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, 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: 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: Thu, 25 Jun 2020 22:37:02 -0000 Paul E Murphy via Libc-alpha writes: > On 6/24/20 7:10 PM, Tulio Magno Quites Machado Filho via Libc-alpha wrote: > I think sysdeps/powerpc/preconfigure needs updated to detect power10 too. Ack. >> diff --git a/sysdeps/powerpc/powerpc64/be/power10/Implies b/sysdeps/powerpc/powerpc64/be/power10/Implies >> new file mode 100644 >> index 0000000000..2a4fe87b9e >> --- /dev/null >> +++ b/sysdeps/powerpc/powerpc64/be/power10/Implies >> @@ -0,0 +1,3 @@ >> +powerpc/powerpc64/power10 >> +powerpc/powerpc64/be/power9/fpu >> +powerpc/powerpc64/be/power9 > > OK. powerpc64/power* is a terminal directory in the Implies order, so > it's ok it doesn't exist. (similarly for the fpu subdirectory if needed) I do agree it's OK, but as I pointed out in a reply to Matheus: I'm removing this in order to reduce the amount of warnings when running configure. -- Tulio Magno