Merge branch '1.0'

This commit is contained in:
Alexey Kopytov
2019-09-13 14:51:22 +03:00

View File

@ -57,6 +57,9 @@ AS_IF([test "x$sb_cv_lib_ck" = "xsystem"],
i686*)
CK_CONFIGURE_FLAGS="--platform=i686"
;;
mips64*)
CK_CONFIGURE_FLAGS="--use-cc-builtins"
;;
esac
# Add --enable-lse to CK build flags, if LSE instructions are supported by
# the target architecture