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, 1 insertions, 1 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index a602a50..cc7e7a7 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -24,7 +24,7 @@ CROSS_GDB_SOURCE := $(SRCDIR)/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)
CROSS_GDB_DIR := $(CROSS_BUILDDIR)/$(CROSS_GDB)
CROSS_GDB_URL := \
- $(PTXCONF_SETUP_GNUMIRROR)/gdb/$(CROSS_GDB).$(CROSS_GDB_SUFFIX) \
+ $(call ptx/mirror, GNU, gdb/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)) \
ftp://sourceware.org/pub/gdb/snapshots/current/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)
# ----------------------------------------------------------------------------