[Lunar-commits] <moonbase> gcc: added binutils as dependency

Duncan Gibson engelsman at lunar-linux.org
Thu Feb 3 02:36:36 CET 2011


commit 390d8e41e5e601c71cacf369012723cd43d38527
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Thu Feb 3 02:36:36 2011 +0100

    gcc: added binutils as dependency
    
    I discovered binutils in my 'lvu leafs' and remembered from building gcc
    at work that it did depend in many cases, i.e. on many platforms, on
    binutils so it better be included in gcc's DEPENDS
---
 compilers/gcc/DEPENDS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS
index 8a20eb7..447e5ae 100644
--- a/compilers/gcc/DEPENDS
+++ b/compilers/gcc/DEPENDS
@@ -1,4 +1,5 @@
 depends libmpc
+depends binutils
 
 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