enable nc on AIX

This commit is contained in:
Brent Cook 2016-01-03 19:08:20 -06:00
parent 07e541cc2e
commit d0009039de

View File

@ -4,6 +4,7 @@ CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"
case $host_os in
*aix*)
BUILD_NC=yes
HOST_OS=aix
if test "`echo $CC | cut -d ' ' -f 1`" != "gcc" ; then
CFLAGS="-qnoansialias $USER_CFLAGS"