gcc: needs tar and texinfo in host.
This commit is contained in:
parent
b59ead2ce2
commit
531dca5956
|
@ -39,7 +39,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="perl flex"
|
hostmakedepends="tar texinfo perl flex"
|
||||||
fi
|
fi
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
depends="binutils libgcc-devel-${version}_${revision}
|
depends="binutils libgcc-devel-${version}_${revision}
|
||||||
|
|
Loading…
Reference in New Issue