gcc: switch linaro gcc for wetek core/play

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-06-06 15:17:25 +02:00
parent d9258f6c1b
commit c67349e6eb
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -18,12 +18,12 @@
PKG_NAME="gcc-linaro-arm-linux-gnuebihf"
PKG_VERSION="7.2.1-2017.11"
PKG_SHA256="72919a3a99d4e28309bc8b0e615f44c65824ef012de50db3ffe9a34776e6f510"
PKG_SHA256="cee0087b1f1205b73996651b99acd3a926d136e71047048f1758ffcec69b1ca2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""
PKG_URL="https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf.tar.xz"
PKG_SOURCE_DIR="gcc-linaro-$PKG_VERSION-i686_arm-linux-gnueabihf"
PKG_URL="https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz"
PKG_SOURCE_DIR="gcc-linaro-$PKG_VERSION-x86_64_arm-linux-gnueabihf"
PKG_DEPENDS_HOST="ccache:host"
PKG_SECTION="lang"
PKG_LONGDESC="Linaro ARMv8 GNU Linux Binary Toolchain"