[dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux

2014-07-19 Thread Thomas Monjalon
2014-07-08 00:36, Bruce Richardson: > 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

[dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux

2014-07-11 Thread Zhan, Zhaochen
> > 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 Free

[dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux

2014-07-10 Thread Zhan, Zhaochen
; From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, July 08, 2014 7:37 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and > Linux > > This patch set enables clang compilation on FreeBS

[dpdk-dev] [PATCH 0/6] Clang compilation support on FreeBSD and Linux

2014-07-08 Thread Bruce Richardson
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 o