From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7D313A04A5; Wed, 17 Jun 2020 23:02:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8660A1252; Wed, 17 Jun 2020 23:02:45 +0200 (CEST) Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by dpdk.org (Postfix) with ESMTP id 47F871150 for ; Wed, 17 Jun 2020 23:02:44 +0200 (CEST) Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 05HKdoRj143303; Wed, 17 Jun 2020 17:02:43 -0400 Received: from pps.reinject (localhost [127.0.0.1]) by mx0b-001b2d01.pphosted.com with ESMTP id 31q6j5jv5c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 17 Jun 2020 17:02:43 -0400 Received: from m0098414.ppops.net (m0098414.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.36/8.16.0.36) with SMTP id 05HL1iG7008796; Wed, 17 Jun 2020 17:02:43 -0400 Received: from ppma01wdc.us.ibm.com (fd.55.37a9.ip4.static.sl-reverse.com [169.55.85.253]) by mx0b-001b2d01.pphosted.com with ESMTP id 31q6j5jv52-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 17 Jun 2020 17:02:43 -0400 Received: from pps.filterd (ppma01wdc.us.ibm.com [127.0.0.1]) by ppma01wdc.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 05HKxP6k018253; Wed, 17 Jun 2020 21:02:42 GMT Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by ppma01wdc.us.ibm.com with ESMTP id 31q6bd6dvb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 17 Jun 2020 21:02:42 +0000 Received: from b01ledav002.gho.pok.ibm.com (b01ledav002.gho.pok.ibm.com [9.57.199.107]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 05HL2g0o45548006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 17 Jun 2020 21:02:42 GMT Received: from b01ledav002.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1533F124053; Wed, 17 Jun 2020 21:02:42 +0000 (GMT) Received: from b01ledav002.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 75131124052; Wed, 17 Jun 2020 21:02:41 +0000 (GMT) Received: from Davids-MBP.randomparity.org (unknown [9.211.152.140]) by b01ledav002.gho.pok.ibm.com (Postfix) with ESMTP; Wed, 17 Jun 2020 21:02:41 +0000 (GMT) To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, bruce.richardson@intel.com References: <20200614225747.3839569-1-thomas@monjalon.net> <5942466.NH09dW5kea@thomas> <513cfa03-f16f-9051-72b3-ea1dc379d902@linux.vnet.ibm.com> <11456904.tMkmnN7qtM@thomas> From: David Christensen Message-ID: Date: Wed, 17 Jun 2020 14:02:40 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <11456904.tMkmnN7qtM@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-06-17_11:2020-06-17, 2020-06-17 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 phishscore=0 lowpriorityscore=0 mlxlogscore=915 bulkscore=0 impostorscore=0 adultscore=0 mlxscore=0 suspectscore=0 clxscore=1015 priorityscore=1501 cotscore=-2147483648 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2006170153 Subject: Re: [dpdk-dev] [PATCH 3/4] devtools: add ppc64 in meson build test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > 16/06/2020 22:35, David Christensen: >> Thomas Monjalon wrote: >>> This script supports only builds from x86 Linux so far. >>> This patch is adding cross-compilation of ppc from x86, >>> and it works fine. >> >> Which distro and packages are used for testing? I tried it with Ubuntu >> 20.04 but the cross-compiler is named differently >> (powerpc64le-linux-gnu-gcc instead of powerpc64le-linux-gcc). > > I'm using a buildroot toolchain from bootlin: > https://toolchains.bootlin.com/releases_powerpc64le-power8.html > > If it is more common to have "gnu" in the prefix, > no problem to change it in this patch. > I can create "gnu" symbolic links in my toolchain. > > Ideally I would like to have an option to specify the toolchain prefix > with meson, instead of hardcoding it in a cross file. If there's no defined distro where this tool is expected to be used I'd be happy with a comment in the cross file indicating which set of cross-compilers you chose for the implementation. Reviewed-by: David Christensen