sys-devel/libtool -> dev-build/libtool
This commit is contained in:
parent
afef4c3bb2
commit
7a2ef58415
|
@ -232,7 +232,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
|
|||
echo "======= STAGE $STAGE: 1'th toolchain build ======="
|
||||
|
||||
if [ -f /etc/portage/need_libtool_rebuild ]; then
|
||||
emerge -1vq sys-devel/libtool
|
||||
emerge -1vq dev-build/libtool
|
||||
rm /etc/portage/need_libtool_rebuild
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: cann't remove /etc/portage/need_libtool_rebuild ;-( =======" && exit $STAGE
|
||||
fi
|
||||
|
@ -249,7 +249,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
|
|||
|
||||
# first toolchain build
|
||||
emerge -1uvq sys-kernel/linux-headers sys-libs/glibc sys-devel/binutils \
|
||||
sys-devel/gcc-config sys-devel/gcc sys-devel/binutils-config sys-devel/libtool
|
||||
sys-devel/gcc-config sys-devel/gcc sys-devel/binutils-config dev-build/libtool
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: 1'th toolchain build failed ;-( =======" && exit $STAGE
|
||||
rm /etc/portage/need_toolchain_rebuild
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: cann't remove /etc/portage/need_toolchain_rebuild ;-( =======" && exit $STAGE
|
||||
|
|
Loading…
Reference in New Issue