summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gdb.make')
-rw-r--r--rules/cross-gdb.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index cfb5682..7d5c394 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -22,6 +22,8 @@ CROSS_GDB := gdb-$(CROSS_GDB_VERSION)
CROSS_GDB_SUFFIX := tar.xz
CROSS_GDB_SOURCE := $(SRCDIR)/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)
CROSS_GDB_DIR := $(CROSS_BUILDDIR)/$(CROSS_GDB)
+CROSS_GDB_LICENSE := $(call remove_quotes,$(PTXCONF_CROSS_GDB_LICENSE))
+CROSS_GDB_LICENSE_FILES := $(call remove_quotes,$(PTXCONF_CROSS_GDB_LICENSE_FILES))
CROSS_GDB_URL := \
$(call ptx/mirror, GNU, gdb/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)) \