acl: disable for bsd
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 24 Jun 2014 00:23:04 +0000 (01:23 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Jun 2014 00:30:51 +0000 (02:30 +0200)
commitc3111b70b27e33dd37bb5807d11f19a65a8f45c2
treee406b0591185ec69804dab4268c058526f2827e1
parente957e2ca8049835da1a9a23a662716abf5de2bf0
acl: disable for bsd

Using gcc 4.8 on FreeBSD 10, support for SSE4.x is not detected by
the compiler, meaning that the ACL library, which depends on SSE4.2
cannot compile. Disable this library for the native target allows
compiles to succeed on FreeBSD 10 using gcc.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
config/defconfig_x86_64-native-bsdapp-gcc