From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] mk: get correct clang version Date: Mon, 25 Jul 2016 16:21:08 +0100 Message-ID: <20160725152108.GA33408@bricha3-MOBL3> References: <1469451349-27653-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Thomas Monjalon To: Ferruh Yigit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7CAF42A5F for ; Mon, 25 Jul 2016 17:21:14 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1469451349-27653-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jul 25, 2016 at 01:55:48PM +0100, Ferruh Yigit wrote: > -dumpversion is for gcc compatibility and doesn't return actual clang > version. -dumpversion only returns 4.2.1 for a long time. > > Fixes: 2ef6eea891e5 ("mk: add clang toolchain") > > Signed-off-by: Ferruh Yigit Confirm this set fixes the issues with shared lib compile on FreeBSD. Tested-by: Bruce Richardson