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
commit617f8efcde329c825aff03be3a60fa71e14f5781 (patch)
tree2ae0c0a48403263a5c67ba1c0e62d2b770336dba /scripts/bootstrap.sh
parentA new default binutils that will hopefully be the best binutils of all! (diff)
downloadgentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.tar.gz
gentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.tar.bz2
gentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.zip
binutils needs a full gettext to build.
Diffstat (limited to 'scripts/bootstrap.sh')
-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