Modify DPDK CFLAGS
authorKim Jones <kim-marie.jones@intel.com>
Tue, 5 Jul 2016 16:09:33 +0000 (17:09 +0100)
committerKim Jones <kim-marie.jones@intel.com>
Wed, 3 Aug 2016 12:44:14 +0000 (13:44 +0100)
commite5867b0f09cedb5710550f20662876683c6e602e
tree03cd61de9c2402e6560dfb5eda33e980f51282d6
parent19a9d6d149b8600139abf0d39f0a9aa445d36527
Modify DPDK CFLAGS

The failed compile when there are no additional
flags on Ub14.04 is specific to GCC 4.8 and below.

This can be fixed by installing GCC 4.9, or
alternately by adding -mssse3 or newer ISA flag.

The opensource community have requested that we
simply document the GCC version requirement,
rather than adding GCC ISA flags to configure.ac

Change-Id: I8ec7bd3f094b0dd608381068fd6b18a74050d420
Signed-off-by: Kim Jones <kim-marie.jones@intel.com>
README
configure.ac