From 442b7425c6da3ee6e0a16d65b5458a795dcc47d1 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 4 Mar 2014 23:23:55 +0000 Subject: Import xz-embedded from git. This is from commit hash '6a8a2364434763a033781f6b2a605ace9a021013'. --- linux/scripts/xz_wrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/scripts/xz_wrap.sh') diff --git a/linux/scripts/xz_wrap.sh b/linux/scripts/xz_wrap.sh index 17a5798c29da..7a2d372f4885 100755 --- a/linux/scripts/xz_wrap.sh +++ b/linux/scripts/xz_wrap.sh @@ -12,8 +12,8 @@ BCJ= LZMA2OPTS= -case $ARCH in - x86|x86_64) BCJ=--x86 ;; +case $SRCARCH in + x86) BCJ=--x86 ;; powerpc) BCJ=--powerpc ;; ia64) BCJ=--ia64; LZMA2OPTS=pb=4 ;; arm) BCJ=--arm ;; -- cgit v1.2.3