summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/cross-gdb.in8
-rw-r--r--rules/cross-gdb.make2
2 files changed, 10 insertions, 0 deletions
diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in
index 4d297d7..71ad8a0 100644
--- a/rules/cross-gdb.in
+++ b/rules/cross-gdb.in
@@ -23,4 +23,12 @@ config CROSS_GDB_MD5
string
prompt "gdb source md5sum"
+config CROSS_GDB_LICENSE
+ string
+ prompt "gdb license"
+
+config CROSS_GDB_LICENSE_FILES
+ string
+ prompt "gdb license files"
+
endif
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)) \