summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/CryptoPkg.dsc
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2014-08-26 15:05:22 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-26 15:05:22 +0000
commit2f7cd8de3b54430f39a01c4db5bbbd2ce5f4a42c (patch)
treedd8784331283bedeec1bef67ecaf292829f50c6b /CryptoPkg/CryptoPkg.dsc
parentac790db940b6cc5205073e1c8cc9c3f1c01615d4 (diff)
downloadedk2-2f7cd8de3b54430f39a01c4db5bbbd2ce5f4a42c.tar.gz
edk2-2f7cd8de3b54430f39a01c4db5bbbd2ce5f4a42c.tar.bz2
edk2-2f7cd8de3b54430f39a01c4db5bbbd2ce5f4a42c.zip
CryptoPkg: Update to build with RVCT
Update RVCT compile options for the CryptoPkg to compile. Add support for stack protector with BaseStackCheckLib to link. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ronald Cron <ronald.cron@arm.com> Reviewed-By: Olivier Martin <olivier.martin@arm.com> Reviewed-By: Long, Qin <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15911 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CryptoPkg/CryptoPkg.dsc')
-rw-r--r--CryptoPkg/CryptoPkg.dsc21
1 files changed, 21 insertions, 0 deletions
diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc
index 046a6cefcd..80e37067bb 100644
--- a/CryptoPkg/CryptoPkg.dsc
+++ b/CryptoPkg/CryptoPkg.dsc
@@ -59,6 +59,9 @@
#
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+ # Add support for stack protector
+ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+
[LibraryClasses.common.PEIM]
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
@@ -80,6 +83,24 @@
[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