summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-24 20:00:49 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-24 20:00:49 +0000
commit62a927e4331dd729d09d0aa61d7697b99e134003 (patch)
treeb47e80161f8acabb2681a4e713d59826843854b8 /scripts
parentA new default binutils that will hopefully be the best binutils of all! (diff)
downloadhistorical-62a927e4331dd729d09d0aa61d7697b99e134003.tar.gz
historical-62a927e4331dd729d09d0aa61d7697b99e134003.tar.bz2
historical-62a927e4331dd729d09d0aa61d7697b99e134003.zip
binutils needs a full gettext to build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index c24c56754722..796831ccdd15 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -36,7 +36,7 @@ export CONFIG_PROTECT=""
#above allows portage to overwrite stuff
cd /usr/portage
emerge $myPORTAGE #separate, so that the next command uses the *new* emerge
-emerge $myBASELAYOUT $myBINUTILS $myGCC $myGETTEXT || cleanup 1
+emerge $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1
#make.conf has been overwritten, so we explicitly export our original settings
export USE="$ORIGUSE"
emerge $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1