diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 02:55:51 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-21 02:55:51 +0000 |
commit | a20093a6e5e747af9204433068ab54aa46c07432 (patch) | |
tree | ddb336e1881e6397b69af3678108cb1004864f80 /scripts | |
parent | fixum (diff) | |
download | historical-a20093a6e5e747af9204433068ab54aa46c07432.tar.gz historical-a20093a6e5e747af9204433068ab54aa46c07432.tar.bz2 historical-a20093a6e5e747af9204433068ab54aa46c07432.zip |
unmasked glibc-2.2.4, and the new gcc now depends on ~sys-devel/autoconf-2.13.
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 481718059a0a..6a5a8fb1681b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -17,9 +17,9 @@ echo "Using GLIBC $myGLIBC" export USE="build" cd /usr/portage emerge $myPORTAGE || exit +emerge $myGETTEXT || exit emerge $myBINUTILS || exit emerge $myGCC || exit -emerge $myGETTEXT || exit unset USE export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap" emerge $myGLIBC || exit |