[Lunar-commits] <moonbase-core> gcc: modified DEPENDS for cloog support
Jean-Michel Bruenn
wdp at lunar-linux.org
Sat Jun 8 11:55:32 CEST 2013
commit 1801aa5750a2f148d4c719cece81291fd9f32ac0
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sat, 08 Jun 2013 02:46:56 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/1801aa5750a2f148d4c719cece81291fd9f32ac0
gcc: modified DEPENDS for cloog support
---
compilers/gcc/DEPENDS | +2/-2
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/compilers/gcc/DEPENDS
+++ b/compilers/gcc/DEPENDS
@@ -1,5 +1,5 @@
depends libmpc
depends binutils
-optional_depends "cloog-ppl" "--enable-cloog-backend=ppl" "--without-ppl" "for Graphite Optimizer"
-optional_depends "libelf" "" "" "for ELF object file access library support"
+optional_depends "cloog" "--with-cloog" "" "for Graphite Optimizer"
+optional_depends "libelf" "" "" "for ELF object file access library support"
More information about the Lunar-commits
mailing list