summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58eabadb0cbc..178e0a8a5d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgname=${_target}-${_compiler_name}-bin
pkgver=7.5
pkgrel=0
epoch=
-pkgdesc="The GNU Compiler Collection - cross compiler for ARM EABI hard float target. (for armV7 target, Linux host)"
+pkgdesc="The GNU Compiler Collection - cross compiler for ARMv7 EABI hard float target."
arch=('x86_64')
url="http://releases.linaro.org/components/toolchain/binaries"
license=('GPL' 'LGPL')
groups=(${_target}-toolchain-linaro-bin)
-depends=()
+depends=("${_target}-binutils>=2.36.1-1" "${_target}-glibc>=2.33-3" libmpc elfutils zlib)
makedepends=()
checkdepends=()
optdepends=()