cross-arm-none-eabi-gcc: need tar and texinfo on host

This commit is contained in:
q66 2020-01-11 17:46:26 +01:00
parent 9101203090
commit 2a9d0dd13d
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ wrksrc="gcc-${version}"
build_wrksrc=build
build_style=gnu-configure
make_build_args="INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'"
hostmakedepends="autoconf automake cross-arm-none-eabi-binutils bison flex perl"
hostmakedepends="autoconf automake cross-arm-none-eabi-binutils bison flex
perl tar texinfo"
makedepends="gmp-devel isl15-devel libmpc-devel mpfr-devel zlib-devel"
depends="cross-arm-none-eabi-binutils"
short_desc="GNU Compiler Collection"