Disable hardware acceleration support on armel
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>
Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)
committerJordi Mallach <jordi@debian.org>
Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)
commit528edaafdbb9f1ea01cc4d8f809630b3a7952582
tree2d48daa8b7819f8ba34b83a17240b39142bc2f5c
parent2a056f5b9f3804a69bc4dcad31439668c23137d3
Disable hardware acceleration support on armel

Forwarded: https://sourceforge.net/p/sevenzip/patches/369/

Use "__ARM_ARCH" to split "armel" and "armhf".

ARM v7 feature breaks ARM v5 compiler because the feature is not supported
by ARM v5 compiler.

__ARM_ARCH:
  armel = 5
  armhf = 7

Gbp-Pq: Name 0003-Disable-hardware-acceleration-support-on-armel.patch
3rdparty/lzma/C/Aes.c
3rdparty/lzma/C/AesOpt.c
3rdparty/lzma/C/Sha256.c
3rdparty/lzma/C/Sha256Opt.c
3rdparty/lzma/CPP/7zip/Crypto/MyAes.cpp