summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc-first.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc-first.make')
-rw-r--r--rules/cross-gcc-first.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index 626427a..3c3ee53 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -18,11 +18,7 @@ CROSS_GCC_FIRST_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GCC_VERSION))
CROSS_GCC_FIRST_DL_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GCC_DL_VERSION))
CROSS_GCC_FIRST_MD5 := $(call remove_quotes,$(PTXCONF_CROSS_GCC_MD5))
CROSS_GCC_FIRST := gcc-$(CROSS_GCC_FIRST_DL_VERSION)
-ifeq ($(CROSS_GCC_FIRST_VERSION),$(CROSS_GCC_FIRST_DL_VERSION))
-CROSS_GCC_FIRST_SUFFIX := tar.bz2
-else
CROSS_GCC_FIRST_SUFFIX := tar.xz
-endif
CROSS_GCC_FIRST_SOURCE := $(SRCDIR)/$(CROSS_GCC_FIRST).$(CROSS_GCC_FIRST_SUFFIX)
CROSS_GCC_FIRST_DIR := $(CROSS_BUILDDIR)/gcc-first-$(CROSS_GCC_FIRST_VERSION)
CROSS_GCC_FIRST_BUILDDIR := $(CROSS_GCC_FIRST_DIR)-build