[Lunar-commits] <moonbase> gcc: support Graphite optimizer in gcc

Duncan Gibson engelsman at lunar-linux.org
Tue Nov 10 20:31:16 CET 2009


commit 85c690f53ee337a737c2114ddeaf87f9798f684c
Author: Denis <0lvin at ukr.net>
Date:   Tue Nov 10 20:31:16 2009 +0100

    gcc: support Graphite optimizer in gcc
    
    Graphite is a framework for high-level memory optimizations using the polyhedral model.
    
    Note: downloads, compiles, installs OK with cloog-ppl, but untested,
          rebuilt gcc compiled new kernel withou problem - engelsman
---
 compilers/gcc/DEPENDS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS
index ae64c3c..b68f223 100644
--- a/compilers/gcc/DEPENDS
+++ b/compilers/gcc/DEPENDS
@@ -1,2 +1,3 @@
 depends gmp
 depends mpfr
+optional_depends "cloog-ppl"  "" "" "for Graphite Optimizer"


More information about the Lunar-commits mailing list