summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 13:51:59 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 13:51:59 +0200
commit22ed697d11e033914cab7631fba899ba436a5a5b (patch)
tree32d91d5565a0c7f3bb3cc88eb05436fba22f4fbc /package/gcc
parent5e0ccea25fbced5bfc02eaa519ba40e05687342a (diff)
downloadbuildroot-22ed697d11e033914cab7631fba899ba436a5a5b.tar.gz
buildroot-22ed697d11e033914cab7631fba899ba436a5a5b.zip
packages: do not use TAR_STRIP_COMPONENTS, but directly --strip-components
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
index be242cb6df..d1693d5a07 100644
--- a/package/gcc/gcc.mk
+++ b/package/gcc/gcc.mk
@@ -53,7 +53,7 @@ endef
define HOST_GCC_EXTRACT_CMDS
$(call suitable-extractor,$(GCC_SOURCE)) $(DL_DIR)/$(GCC_SOURCE) | \
- $(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $(@D) \
+ $(TAR) --strip-components=1 -C $(@D) \
--exclude='libjava/*' \
--exclude='libgo/*' \
--exclude='gcc/testsuite/*' \
OpenPOWER on IntegriCloud