1 --- ck-0.5.2/configure.orig 2017-01-19 20:18:43.836138156 +0100
2 +++ ck-0.5.2/configure 2017-01-19 20:28:55.730816846 +0100
4 echo " --memory-model=N Specify memory model (currently tso, pso or rmo)"
5 echo " --vma-bits=N Specify valid number of VMA bits"
6 echo " --platform=N Force the platform type, instead of relying on autodetection"
7 + echo " --bits=N Set 32-bit or 64-bit build on Solaris/illumos"
8 echo " --use-cc-builtins Use the compiler atomic bultin functions, instead of the CK implementation"
10 echo "The following options affect regression testing."
13 RTM_ENABLE_SET="CK_MD_RTM_ENABLE"
23 RTM_ENABLE="CK_MD_RTM_DISABLE"
24 MM="${MM:-"CK_MD_TSO"}"
25 - if test -z "$ISA"; then ISA=`isainfo -n 2> /dev/null || echo i386` ; fi
28 + if test "x$ENVIRONMENT" = "x"; then
29 + if test -z "$ISA"; then ISA=`isainfo -n 2> /dev/null || echo i386` ; fi
39 + case "$ENVIRONMENT" in
41 RTM_ENABLE=${RTM_ENABLE_SET:-"CK_MD_RTM_DISABLE"}
51 assert "$PLATFORM $ENVIRONMENT" "$PLATFORM $ENVIRONMENT" "unsupported"