Browse Source

- crosstool.mk: fix url to gcc-linaro tarball

master
vanhofen 6 years ago
parent
commit
b03d53c0ed
  1. 2
      make/crosstool.mk

2
make/crosstool.mk

@ -71,7 +71,7 @@ CROSSTOOL-NG_PATCH = crosstool-ng-bash-version.patch
# crosstool for hd2 depends on gcc-linaro # crosstool for hd2 depends on gcc-linaro
GCC-LINARO_VER = 4.9-2017.01 GCC-LINARO_VER = 4.9-2017.01
GCC-LINARO_SOURCE = gcc-linaro-$(GCC-LINARO_VER).tar.xz GCC-LINARO_SOURCE = gcc-linaro-$(GCC-LINARO_VER).tar.xz
GCC-LINARO_URL = https://releases.linaro.org/components/toolchain/gcc-linaro GCC-LINARO_URL = https://releases.linaro.org/components/toolchain/gcc-linaro/$(GCC-LINARO_VER)
$(ARCHIVE)/$(GCC-LINARO_SOURCE): $(ARCHIVE)/$(GCC-LINARO_SOURCE):
$(DOWNLOAD) $(GCC-LINARO_URL)/$(GCC-LINARO_SOURCE) $(DOWNLOAD) $(GCC-LINARO_URL)/$(GCC-LINARO_SOURCE)

Loading…
Cancel
Save