From: Markham Date: Fri, 14 Jun 2019 19:18:54 +0000 (+0200) Subject: crosstool-arm: fix typo X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=4d6e947c6e35747b1ce3836dc512882e41c29ee7;p=bs-cst-neutrino-hd.git crosstool-arm: fix typo --- diff --git a/make/crosstool-arm.mk b/make/crosstool-arm.mk index 586ecfd..b308560 100644 --- a/make/crosstool-arm.mk +++ b/make/crosstool-arm.mk @@ -51,7 +51,7 @@ crossmenuconfig: prerequisites | $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE) #$(REMOVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER) $(UNTAR)/$(CROSSTOOL_NG_SOURCE) set -e; unset CONFIG_SITE; cd $(BUILD_TMP)/crosstool-ng-git-$(CROSSTOOL_NG_VER); \ - cp -a $(PATCHES)/ct-ng/ct-ng-git-$(CROSSTOOL_NG_VER)-$(ARM_GCC_VER)-arm-$(BOXSERIES).config .config; \ + cp -a $(PATCHES)/ct-ng/ct-ng-git-$(CROSSTOOL_NG_VER)-$(GCC_VER_ARM)-arm-$(BOXSERIES).config .config; \ test -f ./configure || ./bootstrap && \ ./configure --enable-local; \ MAKELEVEL=0 make; \