diff options
Diffstat (limited to 'scripts/xz_wrap.sh')
| -rw-r--r-- | scripts/xz_wrap.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xz_wrap.sh b/scripts/xz_wrap.sh index 17a5798c29d..7a2d372f488 100644 --- a/scripts/xz_wrap.sh +++ b/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 ;;  |