chroot-gcc: fix cross build.

This commit is contained in:
Juan RP 2013-04-16 18:33:11 +02:00
parent 809b6f1eae
commit 5beb31dc6e

View file

@ -27,8 +27,9 @@ checksum="
create_wrksrc=yes
bootstrap=yes
makedepends="chroot-binutils>=2.22.52.0.4"
if [ -z "$CROSS_BUILD" ]; then
makedepends="chroot-binutils>=2.22.52.0.4"
fi
if [ -n "$IN_CHROOT" ]; then
makedepends+=" perl flex"
fi