summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-11 14:01:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-11 14:01:07 +0000
commit3263c5a67f97b35bc11cc362ac09f19cf0f9f449 (patch)
treeb637b6c3c45b5bf07b0fb47fbac244a97fe4adc8 /toolchain/gdb
parentbedab4c26fd94feea949a848ba820f2b5fb866b7 (diff)
downloadbuildroot-novena-3263c5a67f97b35bc11cc362ac09f19cf0f9f449.tar.gz
buildroot-novena-3263c5a67f97b35bc11cc362ac09f19cf0f9f449.zip
-xvf -> $(TAR_OPTIONS)
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index 75b39f432..862f84d7f 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -21,7 +21,7 @@ $(DL_DIR)/$(GDB_SOURCE):
$(WGET) -P $(DL_DIR) $(GDB_SITE)/$(GDB_SOURCE)
$(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE)
- $(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
+ $(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(GDB_DIR) toolchain/gdb/$(GDB_VERSION) \*.patch
# Copy a config.sub from gcc. This is only necessary until
# gdb's config.sub supports <arch>-linux-uclibc tuples.