X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=CryptoPkg%2FCryptoPkg.dsc;h=fdd0431fd1db691b9884b364dc769eefdf6a3c66;hb=7b4b93a24790a3a802138d75167a8e55f3181d70;hp=19a0fbcf4361c0bfa50af0bfa0acdf3369af12cc;hpb=11298d8b7a85e4a1d652212417b3c766f6cbe0d8;p=mirror_edk2.git diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc index 19a0fbcf43..fdd0431fd1 100644 --- a/CryptoPkg/CryptoPkg.dsc +++ b/CryptoPkg/CryptoPkg.dsc @@ -63,6 +63,9 @@ # Add support for stack protector NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf +[LibraryClasses.ARM] + ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf + [LibraryClasses.common.PEIM] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf @@ -84,24 +87,6 @@ [LibraryClasses.common.UEFI_APPLICATION] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf -############################################################################### -# -# BuildOptions Section - Define the module specific tool chain flags that -# should be used as the default flags for a module. -# These flags are appended to any standard flags that -# are defined by the build process. -# -# -JCryptoPkg/Include : To disable the use of the system includes provided by -# the RVCT toolchain. -# --diag_remark=1 : To make the warning "#1-D: last line of file ends -# without a newline" just a remark such that the -# build doesn't stop as warnings are considered as -# errors. -# -################################################################################ -[BuildOptions] -RVCT:*_*_ARM_CC_FLAGS = -JCryptoPkg/Include --diag_remark=1 - ################################################################################ # # Pcd Section - list of all EDK II PCD Entries defined by this Platform