From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 43160A0679 for ; Wed, 3 Apr 2019 19:01:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E28061B4F7; Wed, 3 Apr 2019 19:01:07 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 92C721B4F5 for ; Wed, 3 Apr 2019 19:01:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 10:00:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,305,1549958400"; d="scan'208";a="158436816" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 03 Apr 2019 10:00:56 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 10:00:54 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 3 Apr 2019 10:00:53 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.39]) with mapi id 14.03.0415.000; Thu, 4 Apr 2019 01:00:52 +0800 From: "Tu, Lijuan" To: "Wu, ChangqingX" , "dts@dpdk.org" CC: "Wu, ChangqingX" Thread-Topic: [dts] [PATCH V1] framework/project_dpdk:delete the specified compiler Thread-Index: AQHU46tPFhFcp90QdEClmxmBAEp9NqYqtZ4Q Date: Wed, 3 Apr 2019 17:00:51 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA5B5B3@SHSMSX101.ccr.corp.intel.com> References: <1553587517-86856-1-git-send-email-changqingx.wu@intel.com> In-Reply-To: <1553587517-86856-1-git-send-email-changqingx.wu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzk1MDQyYzktMjBlMS00Njg2LTk2ZmQtZTRiMTExOTQxMzA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib3J6bTZvd0pzdWM4c3hhZHN3cUF6ZlA4NFNNazRrZU9XV2NJbnRhSlNvTUp3Y0UzS1QwWHNqR010YklzTUZsZyJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] framework/project_dpdk:delete the specified compiler X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" I found there are a couple of location with gcc48, and did you miss the oth= ers? > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of changqingxwu > Sent: Tuesday, March 26, 2019 1:05 AM > To: dts@dpdk.org > Cc: Wu, ChangqingX > Subject: [dts] [PATCH V1] framework/project_dpdk:delete the specified > compiler >=20 > Signed-off-by: changqingxwu > --- > framework/project_dpdk.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py index > 6035c68..42ff3d6 100644 > --- a/framework/project_dpdk.py > +++ b/framework/project_dpdk.py > @@ -236,7 +236,7 @@ class DPDKdut(Dut): > self.send_expect("rm -rf %s" % r'./app/test/test_pci_sysfs.res.o= ' , "#") > build_time =3D 120 > # compile > - out =3D self.send_expect("make -j %d install T=3D%s CC=3Dgcc48" = % > (self.number_of_cores, > + out =3D self.send_expect("make -j %d install T=3D%s" % > + (self.number_of_cores, > tar= get), > "#", build_time) > if("Error" in out or "No rule to make" in out): > -- > 2.17.2