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 0babb36..cfb5682 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -19,7 +19,7 @@ CROSS_PACKAGES-$(PTXCONF_CROSS_GDB) += cross-gdb
CROSS_GDB_VERSION := $(call remove_quotes,$(PTXCONF_CROSS_GDB_VERSION))
CROSS_GDB_MD5 := $(call remove_quotes,$(PTXCONF_CROSS_GDB_MD5))
CROSS_GDB := gdb-$(CROSS_GDB_VERSION)
-CROSS_GDB_SUFFIX := tar.bz2
+CROSS_GDB_SUFFIX := tar.xz
CROSS_GDB_SOURCE := $(SRCDIR)/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)
CROSS_GDB_DIR := $(CROSS_BUILDDIR)/$(CROSS_GDB)