NetworkPkg: 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:
committed by
mergify[bot]
parent
5621d81edf
commit
cc070e9e0c
@@ -6,7 +6,7 @@
|
||||
# feature test macros (eg., API deprecation macros) according to the flags described
|
||||
# in "NetworkDefines.dsc.inc".
|
||||
#
|
||||
# Supported tool chain families: "GCC", "INTEL", "MSFT", "RVCT".
|
||||
# Supported tool chain families: "GCC", "INTEL", "MSFT".
|
||||
#
|
||||
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
@@ -18,5 +18,4 @@
|
||||
MSFT:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||
INTEL:*_*_*_CC_FLAGS = /D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||
GCC:*_*_*_CC_FLAGS = -D ENABLE_MD5_DEPRECATED_INTERFACES
|
||||
RVCT:*_*_*_CC_FLAGS = -DENABLE_MD5_DEPRECATED_INTERFACES
|
||||
!endif
|
||||
|
Reference in New Issue
Block a user