summaryrefslogtreecommitdiffstats
path: root/rules/gdb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gdb.make')
-rw-r--r--rules/gdb.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gdb.make b/rules/gdb.make
index f4e47c1df..2275f4686 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GDB) += gdb
#
# Paths and names
#
-GDB_VERSION := $(call remove_quotes,$(PTXCONF_GDB__VERSION))
+GDB_VERSION := $(call remove_quotes,$(PTXCONF_GDB_VERSION))
GDB := gdb-$(GDB_VERSION)
GDB_SUFFIX := tar.bz2
GDB_SOURCE := $(SRCDIR)/$(GDB).$(GDB_SUFFIX)
@@ -56,7 +56,7 @@ GDB_ENV := \
$(CROSS_ENV) \
$(CROSS_ENV_FLAGS_FOR_TARGET)
-ifndef PTXCONF_GDB__SHARED
+ifndef PTXCONF_GDB_SHARED
GDB_MAKEVARS := LDFLAGS=-static
endif