[Lunar-commits] <moonbase> gcc: DEPENDS update
Auke Kok
sofar at foo-projects.org
Thu Nov 18 17:57:19 CET 2010
commit dc79c91d2dbefa577a6b0345057a46b130c38919
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Thu Nov 18 17:57:19 2010 +0100
gcc: DEPENDS update
added libelf as optional dependency
removed gmp since libmpc needs mpfr and mpfr needs gmp
---
compilers/gcc/DEPENDS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS
index be0a697..8a20eb7 100644
--- a/compilers/gcc/DEPENDS
+++ b/compilers/gcc/DEPENDS
@@ -1,4 +1,4 @@
-depends gmp
depends libmpc
optional_depends "cloog-ppl" "" "" "for Graphite Optimizer"
+optional_depends "libelf" "" "" "for ELF object file access library support"
More information about the Lunar-commits
mailing list