summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-03-26 21:39:40 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-03-26 21:39:40 +0900
commitf9205a7c6d0a513599ac7bfbd691808f7b63369b (patch)
treee9494a05848c0ac771da3af6f312f2f68be57753
parentbootstrap-prefix.sh: libtool.eclass depends on app-portage/elt-patches (diff)
downloadprefix-f9205a7c6d0a513599ac7bfbd691808f7b63369b.tar.gz
prefix-f9205a7c6d0a513599ac7bfbd691808f7b63369b.tar.bz2
prefix-f9205a7c6d0a513599ac7bfbd691808f7b63369b.zip
bootstrap-prefix.sh: dev-libs/gmp needs app-portage/elt-patches
In stage3 via libtool.eclass.
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d0ea01a711..acf34429dc 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -153,7 +153,7 @@ configure_cflags() {
configure_toolchain() {
linker="sys-devel/binutils"
- local gcc_deps="dev-libs/gmp dev-libs/mpfr dev-libs/mpc"
+ local gcc_deps="app-portage/elt-patches dev-libs/gmp dev-libs/mpfr dev-libs/mpc"
compiler="${gcc_deps} sys-devel/gcc-config sys-devel/gcc"
compiler_stage1="${gcc_deps} sys-devel/gcc-config"
case ${CHOST} in