chroot-gcc: fix cross build.
This commit is contained in:
parent
809b6f1eae
commit
5beb31dc6e
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ checksum="
|
|||
create_wrksrc=yes
|
||||
bootstrap=yes
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
makedepends="chroot-binutils>=2.22.52.0.4"
|
||||
|
||||
fi
|
||||
if [ -n "$IN_CHROOT" ]; then
|
||||
makedepends+=" perl flex"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue