diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-24 20:00:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-24 20:00:49 +0000 |
commit | 617f8efcde329c825aff03be3a60fa71e14f5781 (patch) | |
tree | 2ae0c0a48403263a5c67ba1c0e62d2b770336dba /scripts | |
parent | A new default binutils that will hopefully be the best binutils of all! (diff) | |
download | gentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.tar.gz gentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.tar.bz2 gentoo-2-617f8efcde329c825aff03be3a60fa71e14f5781.zip |
binutils needs a full gettext to build.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
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 |