diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-11-24 23:09:08 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-12-03 18:51:48 +0900 |
commit | 0df8e97085946dd79c06720678a845778b6d6bf8 (patch) | |
tree | 516e1eee9712f2a64e4da7a9c9fc1fd5d8aade7b /scripts/xz_wrap.sh | |
parent | 92ef432f027cffe0ff91ff2cbe9258d89ca53968 (diff) | |
download | linux-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-x | scripts/xz_wrap.sh | 1 |
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 |