gcc: add binutils rundep, and gmp (should not be added indirectly).
--HG-- extra : convert_revision : 5b3928fe34428c7add7a37d02f89e91c18139f15
This commit is contained in:
parent
2178112dac
commit
e3dfd26fed
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue