From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v3 6/6] config: add clang support for armv8a linuxapp Date: Mon, 15 May 2017 15:54:13 +0530 Message-ID: References: <20170510101643.30556-1-ashwin.sekhar@caviumnetworks.com> <20170512054547.753-1-ashwin.sekhar@caviumnetworks.com> <20170512054547.753-7-ashwin.sekhar@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , , , Jan Viktorin , Bruce Richardson , , "Ananyev, Konstantin" , To: Jianbo Liu , Ashwin Sekhar T K Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0078.outbound.protection.outlook.com [104.47.42.78]) by dpdk.org (Postfix) with ESMTP id 9A7F23B5 for ; Mon, 15 May 2017 12:24:28 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/12/2017 11:40 AM, Jianbo Liu wrote: > On 12 May 2017 at 13:45, Ashwin Sekhar T K > wrote: >> Moved all common defines from defconfig_arm64-armv8a-linuxapp-gcc >> to common_armv8a_linuxapp. >> >> Created new config arm64-armv8a-linuxapp-clang which adds the >> clang support to armv8a. >> >> Now defconfigs arm64-armv8a-linuxapp-gcc/clang contain only the >> CONFIG_RTE_TOOLCHAIN* defines and all other common defines are >> inherited from common_armv8a_linuxapp. >> >> Signed-off-by: Ashwin Sekhar T K >> Reviewed-by: Jerin Jacob >> --- >> config/common_armv8a_linuxapp | 53 ++++++++++++++++++++++++++++ >> config/defconfig_arm64-armv8a-linuxapp-clang | 35 ++++++++++++++++++ >> config/defconfig_arm64-armv8a-linuxapp-gcc | 23 +----------- >> 3 files changed, 89 insertions(+), 22 deletions(-) >> create mode 100644 config/common_armv8a_linuxapp >> create mode 100644 config/defconfig_arm64-armv8a-linuxapp-clang >> > > Acked-by: Jianbo Liu > Acked-by: Hemant Agrawal