summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/OpensslLib/OpensslLib.inf
diff options
context:
space:
mode:
authorRebecca Cran <quic_rcran@quicinc.com>2022-05-04 02:48:13 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-05-13 14:58:54 +0000
commite9eeb0ad2b2347f30fa54e70868c44290ed3dc2e (patch)
tree6f4f6d772fc5262d6a93333f5cde816c02374b5b /CryptoPkg/Library/OpensslLib/OpensslLib.inf
parentb55b6d33e468993c1ada27b7d6c17b61dc904247 (diff)
downloadedk2-e9eeb0ad2b2347f30fa54e70868c44290ed3dc2e.tar.gz
edk2-e9eeb0ad2b2347f30fa54e70868c44290ed3dc2e.tar.bz2
edk2-e9eeb0ad2b2347f30fa54e70868c44290ed3dc2e.zip
CryptoPkg: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/OpensslLib.inf')
-rw-r--r--CryptoPkg/Library/OpensslLib/OpensslLib.inf1
1 files changed, 0 insertions, 1 deletions
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
index c7ceb5b9df..c899b811b1 100644
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
+++ b/CryptoPkg/Library/OpensslLib/OpensslLib.inf
@@ -698,7 +698,6 @@
# 1: ignore "#1-D: last line of file ends without a newline"
# 3017: <entity> may be used before being set (NOTE: This was fixed in OpenSSL 1.1 HEAD with
# commit d9b8b89bec4480de3a10bdaf9425db371c19145b, and can be dropped then.)
- RVCT:*_*_ARM_CC_FLAGS = $(OPENSSL_FLAGS) --library_interface=aeabi_clib99 --diag_suppress=1296,1295,550,1293,111,68,177,223,144,513,188,128,546,1,3017 -JCryptoPkg/Include
XCODE:*_*_IA32_CC_FLAGS = -mmmx -msse -U_WIN32 -U_WIN64 $(OPENSSL_FLAGS) -w -std=c99 -Wno-error=uninitialized
XCODE:*_*_X64_CC_FLAGS = -mmmx -msse -U_WIN32 -U_WIN64 $(OPENSSL_FLAGS) -w -std=c99 -Wno-error=uninitialized