mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
b55b6d33e4
commit
e9eeb0ad2b
|
@ -298,5 +298,4 @@
|
||||||
MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
|
GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
RVCT:*_*_*_CC_FLAGS = -DENABLE_MD5_DEPRECATED_INTERFACES
|
|
||||||
!endif
|
!endif
|
||||||
|
|
|
@ -101,10 +101,6 @@
|
||||||
#
|
#
|
||||||
MSFT:*_*_*_CC_FLAGS = /wd4090
|
MSFT:*_*_*_CC_FLAGS = /wd4090
|
||||||
|
|
||||||
# -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT
|
|
||||||
# --diag_remark=1 : Reduce severity of "#1-D: last line of file ends without a newline"
|
|
||||||
RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1
|
|
||||||
|
|
||||||
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
||||||
|
|
|
@ -91,10 +91,6 @@
|
||||||
#
|
#
|
||||||
MSFT:*_*_*_CC_FLAGS = /wd4090 /wd4718
|
MSFT:*_*_*_CC_FLAGS = /wd4090 /wd4718
|
||||||
|
|
||||||
# -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT
|
|
||||||
# --diag_remark=1 : Reduce severity of "#1-D: last line of file ends without a newline"
|
|
||||||
RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1
|
|
||||||
|
|
||||||
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
||||||
|
|
|
@ -106,10 +106,6 @@
|
||||||
#
|
#
|
||||||
MSFT:*_*_*_CC_FLAGS = /wd4090
|
MSFT:*_*_*_CC_FLAGS = /wd4090
|
||||||
|
|
||||||
# -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT
|
|
||||||
# --diag_remark=1 : Reduce severity of "#1-D: last line of file ends without a newline"
|
|
||||||
RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1
|
|
||||||
|
|
||||||
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types
|
||||||
|
|
|
@ -85,10 +85,6 @@
|
||||||
# C4018: '>': signed/unsigned mismatch
|
# C4018: '>': signed/unsigned mismatch
|
||||||
MSFT:*_*_*_CC_FLAGS = /wd4090 /wd4018
|
MSFT:*_*_*_CC_FLAGS = /wd4090 /wd4018
|
||||||
|
|
||||||
# -JCryptoPkg/Include : To disable the use of the system includes provided by RVCT
|
|
||||||
# --diag_remark=1 : Reduce severity of "#1-D: last line of file ends without a newline"
|
|
||||||
RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1
|
|
||||||
|
|
||||||
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG35_*_CC_FLAGS = -std=c99
|
||||||
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
GCC:*_CLANG38_*_CC_FLAGS = -std=c99
|
||||||
|
|
||||||
|
|
|
@ -698,7 +698,6 @@
|
||||||
# 1: ignore "#1-D: last line of file ends without a newline"
|
# 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
|
# 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.)
|
# 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:*_*_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
|
XCODE:*_*_X64_CC_FLAGS = -mmmx -msse -U_WIN32 -U_WIN64 $(OPENSSL_FLAGS) -w -std=c99 -Wno-error=uninitialized
|
||||||
|
|
||||||
|
|
|
@ -647,7 +647,6 @@
|
||||||
# 1: ignore "#1-D: last line of file ends without a newline"
|
# 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
|
# 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.)
|
# 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:*_*_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
|
XCODE:*_*_X64_CC_FLAGS = -mmmx -msse -U_WIN32 -U_WIN64 $(OPENSSL_FLAGS) -w -std=c99 -Wno-error=uninitialized
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,3 @@
|
||||||
MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
|
GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||||
RVCT:*_*_*_CC_FLAGS = -DENABLE_MD5_DEPRECATED_INTERFACES
|
|
||||||
|
|
Loading…
Reference in New Issue