* [PATCH v2 0/1] CryptoPkg: Add flags for IntrinsicLib
@ 2021-03-16 0:21 Matthew Carlson
2021-03-16 0:21 ` [PATCH v2 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib Matthew Carlson
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Carlson @ 2021-03-16 0:21 UTC (permalink / raw)
To: devel; +Cc: Matthew Carlson, Jiewen Yao, Jian J Wang, Xiaoyu Lu, Guomin Jiang
Small patch series that fixes a bugzilla.
V2: Actually added the patch information.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: devel@edk2.groups.io
Matthew Carlson (1):
CryptoPkg: Added CC flags for ARM on IntrinsicLib
CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
1 file changed, 2 insertions(+)
--
2.30.1.windows.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib
2021-03-16 0:21 [PATCH v2 0/1] CryptoPkg: Add flags for IntrinsicLib Matthew Carlson
@ 2021-03-16 0:21 ` Matthew Carlson
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Carlson @ 2021-03-16 0:21 UTC (permalink / raw)
To: devel
Cc: Matthew Carlson, Matthew Carlson, Jiewen Yao, Jian J Wang,
Xiaoyu Lu, Guomin Jiang
From: Matthew Carlson <macarl@microsoft.com>
Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
This added the compiler flags that were already defined for X64 and IA32.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2821
Ref: https://github.com/tianocore/edk2/pull/1493
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: devel@edk2.groups.io
---
CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
index fcbb93316cf7..21a0dede77fe 100644
--- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
+++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
@@ -64,4 +64,6 @@
MSFT:RELEASE_*_IA32_CC_FLAGS == /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1b2 /FIAutoGen.h /EHs-c- /GR- /GF
MSFT:DEBUG_*_X64_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /Gs32768 /D UNICODE /O1b2s /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Zi /Gm
MSFT:RELEASE_*_X64_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /Gs32768 /D UNICODE /O1b2s /Gy /FIAutoGen.h /EHs-c- /GR- /GF
+ MSFT:DEBUG_*_AARCH64_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /Gs32768 /D UNICODE /O1b2s /Gy /FIAutoGen.h /EHs-c- /GR- /GF /Zi /Gm
+ MSFT:RELEASE_*_AARCH64_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /Gs32768 /D UNICODE /O1b2s /Gy /FIAutoGen.h /EHs-c- /GR- /GF
INTEL:*_*_*_CC_FLAGS = /Oi-
--
2.30.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-16 0:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 0:21 [PATCH v2 0/1] CryptoPkg: Add flags for IntrinsicLib Matthew Carlson
2021-03-16 0:21 ` [PATCH v2 1/1] CryptoPkg: Added CC flags for ARM on IntrinsicLib Matthew Carlson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox