From e3dfd26fed1b8c0888ba37d4041e1a2abec928f9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Feb 2009 00:23:27 +0100 Subject: [PATCH] gcc: add binutils rundep, and gmp (should not be added indirectly). --HG-- extra : convert_revision : 5b3928fe34428c7add7a37d02f89e91c18139f15 --- templates/gcc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gcc/template b/templates/gcc/template index 15ddd13aebc..48dc5fd6e60 100644 --- a/templates/gcc/template +++ b/templates/gcc/template @@ -18,8 +18,8 @@ long_desc=" The GNU C Compiler suite, with support for C, C++, Fortran, ObjC." base_chroot=yes -build_depends="mpfr-2.3.2 binutils-2.18" -run_depends="glibc-2.8 mpfr-2.3.2" +build_depends="gmp-4.2.4 mpfr-2.3.2 binutils-2.18" +run_depends="glibc-2.8 $build_depends" # As specified in the LFS book, disable installing libiberty. pre_configure()