summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gcc.make')
-rw-r--r--rules/cross-gcc.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 662f207..23438cc 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -18,6 +18,7 @@ CROSS_PACKAGES-$(PTXCONF_CROSS_GCC) += cross-gcc
# Paths and names
#
CROSS_GCC_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GCC_VERSION))
+CROSS_GCC_MD5 := $(call remove_quotes,$(PTXCONF_CROSS_GCC_MD5))
CROSS_GCC := gcc-$(CROSS_GCC_VERSION)
CROSS_GCC_SUFFIX := tar.bz2
CROSS_GCC_SOURCE := $(SRCDIR)/$(CROSS_GCC).$(CROSS_GCC_SUFFIX)