Disable hardware acceleration support on armel
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>
Tue, 14 Sep 2021 14:51:04 +0000 (23:51 +0900)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 22 Feb 2024 05:43:15 +0000 (05:43 +0000)
commite3c3e5efc25b0a68570697e690d063e4f1f8f60a
treef11e2f5c903f7ab59304b502f06687df3d4c5662
parent8e3ec2a56e9c146ecf86522dbc9cd329f686c167
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