summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorIsmael Luceno2015-10-11 02:37:13 -0300
committerIsmael Luceno2015-10-16 08:49:02 -0300
commit1aae27335230a31f3f24e5d94a36e567366d082f (patch)
tree14f8fffa3206633a373ff53231aa88f1dfef1a5d /gnu
parent52c3e7815589c1fc7f1ec2e7bf31555132af7b68 (diff)
gcc: Add dependency on ISL (used for graphite/cloog)
Diffstat (limited to 'gnu')
-rwxr-xr-xgnu/gcc/BUILD2
-rwxr-xr-xgnu/gcc/DEPENDS4
2 files changed, 5 insertions, 1 deletions
diff --git a/gnu/gcc/BUILD b/gnu/gcc/BUILD
index a5ef54416b..4a74f8e8d5 100755
--- a/gnu/gcc/BUILD
+++ b/gnu/gcc/BUILD
@@ -100,7 +100,7 @@ if [[ "$GCC_CLOOG" == "y" ]]; then
OPTS="--enable-cloog-backend=isl $OPTS" &&
OPTS="--disable-isl-version-check $OPTS"
else
- OPTS="--without-cloog $OPTS"
+ OPTS="--without-isl --without-cloog $OPTS"
fi &&
OPTS="--enable-lto $OPTS" &&
OPTS="--with-linker-hash-style=gnu $OPTS" &&
diff --git a/gnu/gcc/DEPENDS b/gnu/gcc/DEPENDS
index 9378874d3d..20095ebfbc 100755
--- a/gnu/gcc/DEPENDS
+++ b/gnu/gcc/DEPENDS
@@ -28,6 +28,10 @@ optional_depends gettext \
"--disable-nls" \
"for Native Language Support" &&
+if [[ "$GCC_CLOOG" == "y" ]]; then
+ depends isl
+fi &&
+
if [[ "$(installed_version mpfr|sed 's:\.::g')" < 230 ]]
then
force_depends mpfr