summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/cross-gcc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index a3372eb..49577a8 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -21,7 +21,7 @@ CROSS_GCC_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GCC_VERSION))
CROSS_GCC_DL_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GCC_DL_VERSION))
CROSS_GCC_MD5 := $(call remove_quotes,$(PTXCONF_CROSS_GCC_MD5))
CROSS_GCC := gcc-$(CROSS_GCC_DL_VERSION)
-ifeq ($(CROSS_GCC_VERSION),$(CROSS_GCC_DL_VERSION))
+ifneq ($(filter linaro%,$(CROSS_GCC_DL_VERSION)),)
CROSS_GCC_SUFFIX := tar.bz2
else
CROSS_GCC_SUFFIX := tar.xz