From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 25 Jul 2016 08:21:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,419,1464678000"; d="scan'208";a="853028570" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.117]) by orsmga003.jf.intel.com with SMTP; 25 Jul 2016 08:21:09 -0700 Received: by (sSMTP sendmail emulation); Mon, 25 Jul 2016 16:21:08 +0025 Date: Mon, 25 Jul 2016 16:21:08 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: dev@dpdk.org, Thomas Monjalon 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 Content-Disposition: inline In-Reply-To: <1469451349-27653-1-git-send-email-ferruh.yigit@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] mk: get correct clang version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 15:21:14 -0000 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