aboutsummaryrefslogtreecommitdiff
path: root/scripts/xz_wrap.sh
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2023-11-24 23:09:08 +0900
committerGravatar Masahiro Yamada <masahiroy@kernel.org> 2023-12-03 18:51:48 +0900
commit0df8e97085946dd79c06720678a845778b6d6bf8 (patch)
tree516e1eee9712f2a64e4da7a9c9fc1fd5d8aade7b /scripts/xz_wrap.sh
parentkbuild: support W=c and W=e shorthands for Kconfig (diff)
downloadlinux-0df8e97085946dd79c06720678a845778b6d6bf8.tar.gz
linux-0df8e97085946dd79c06720678a845778b6d6bf8.tar.bz2
linux-0df8e97085946dd79c06720678a845778b6d6bf8.zip
scripts: clean up IA-64 code
A little more janitorial work after commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'scripts/xz_wrap.sh')
-rwxr-xr-xscripts/xz_wrap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/xz_wrap.sh b/scripts/xz_wrap.sh
index 76e9cbcfbeab..d06baf626abe 100755
--- a/scripts/xz_wrap.sh
+++ b/scripts/xz_wrap.sh
@@ -15,7 +15,6 @@ LZMA2OPTS=
case $SRCARCH in
x86) BCJ=--x86 ;;
powerpc) BCJ=--powerpc ;;
- ia64) BCJ=--ia64; LZMA2OPTS=pb=4 ;;
arm) BCJ=--arm ;;
sparc) BCJ=--sparc ;;
esac