From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id F3388B37A for ; Fri, 11 Jul 2014 07:31:09 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 10 Jul 2014 22:31:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,642,1400050800"; d="scan'208,217";a="455743410" Received: from fmsmsx106.amr.corp.intel.com ([10.19.9.37]) by azsmga001.ch.intel.com with ESMTP; 10 Jul 2014 22:31:34 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.19.9.52) by FMSMSX106.amr.corp.intel.com (10.19.9.37) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 10 Jul 2014 22:31:34 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX101.amr.corp.intel.com (10.19.9.52) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 10 Jul 2014 22:31:34 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.122]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.210]) with mapi id 14.03.0123.003; Fri, 11 Jul 2014 13:31:26 +0800 From: "Zhan, Zhaochen" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux Thread-Index: AQHPmjx05e8ZpfurTkOn05PQH6NZa5uaXcBQ Date: Fri, 11 Jul 2014 05:31:26 +0000 Message-ID: <6D0EE020084B194084D70B0A8D2207B8E90DBD@SHSMSX104.ccr.corp.intel.com> References: <1404776219-6130-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1404776219-6130-1-git-send-email-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux 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: Fri, 11 Jul 2014 05:31:10 -0000 > > This patch set enables clang compilation on FreeBSD and Linux. It > > includes patches to fix a number of compilation errors thrown up by > > clang, and then adds in the appropriate toolchain makefiles and > > compile-time configurations. > > > > This set has been tested with clang v3.3 on FreeBSD 10 and clang > > v3.4 on Fedora linux 20. The example apps folder has not been tested > > at this time, this patch set only focuses on the core libraries and app= s. > > > > Bruce Richardson (6): > > pmd_bond: add missing variable initialization > > Makefiles: add clang to compiler if/else block > > mk: Ensure correct detection of SSE4.2 on FreeBSD > > acl: add nmmintrin.h header to allow clang compilation > > mk: add toolchain for clang and linuxapp target > > config: add compile target for clang on BSD > > Tested-by: Zhaochen Zhan > > > We verified the compilation on FreeBSD 10.0 with Clang 3.3 and Fedora > 20 with Clang 3.4. > We also verified some simple test cases (pmd, cmdline, hello_world and > timer) on FreeBSD with Clang 3.3. Acked-by: Zhaochen Zhan >