summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/130-cloog.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-07 06:46:14 (GMT)
committerGitHub <noreply@github.com>2019-02-07 06:46:14 (GMT)
commit5aed6ab6e216add471954fdd84a85d9c4e780d05 (patch)
treef57a1fc495d034e04f4ca128fb1e7c3215b4c18e /scripts/build/companion_libs/130-cloog.sh
parente550d2c2358ba677380a5b56ce3425a921c272a0 (diff)
parentcad2a775dc96e9fb2b435f154a8fa29ed5427ba0 (diff)
Merge pull request #1134 from stilor/upgrading
Upgrade script + test suite
Diffstat (limited to 'scripts/build/companion_libs/130-cloog.sh')
-rw-r--r--scripts/build/companion_libs/130-cloog.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/build/companion_libs/130-cloog.sh b/scripts/build/companion_libs/130-cloog.sh
index 445d259..e0f89eb 100644
--- a/scripts/build/companion_libs/130-cloog.sh
+++ b/scripts/build/companion_libs/130-cloog.sh
@@ -79,11 +79,9 @@ do_cloog_backend() {
eval "${arg// /\\ }"
done
- if [ "${CT_CLOOG_HAS_WITH_GMP_ISL_OSL}" = y ]; then
- cloog_opts+=( --with-gmp=system --with-gmp-prefix="${prefix}" )
- cloog_opts+=( --with-isl=system --with-isl-prefix="${prefix}" )
- cloog_opts+=( --without-osl )
- fi
+ cloog_opts+=( --with-gmp=system --with-gmp-prefix="${prefix}" )
+ cloog_opts+=( --with-isl=system --with-isl-prefix="${prefix}" )
+ cloog_opts+=( --without-osl )
CT_DoLog EXTRA "Configuring CLooG"