mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:52:39 +02:00
Revert "feature-arm-crypto: Add +nocrypto to -mcpu when crypto not in features"
This reverts commit db1b355b2b15ba57bd89c2dfb88c2c667551863e. (From OE-Core rev: 91615ef0cb1cc1bd20affe03cd98219a9385cb48) Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71cca07bf1
commit
f92aafa056
@@ -2,5 +2,4 @@
|
||||
# armv8-a, armv8.1-a, armv8.3-a, armv8.4-a, armv8.5-a, armv8.6-a, and armv8-r
|
||||
|
||||
TUNEVALID[crypto] = "Enable cryptographic instructions for ARMv8"
|
||||
# See https://github.com/llvm/llvm-project/issues/85699
|
||||
TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crypto', '+crypto', '+nocrypto', d)}"
|
||||
TUNE_CCARGS_MARCH_OPTS .= "${@bb.utils.contains('TUNE_FEATURES', 'crypto', '+crypto', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user