Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Sep 13, 2019
2 parents e4e6d67 + 9ffd587 commit 74f3b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions m4/sb_concurrency_kit.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74f3b6b

Please sign in to comment.