summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2017-04-06 16:16:25 +0800
committerLiming Gao <liming.gao@intel.com>2017-04-07 15:15:58 +0800
commit00b6bbd958100fa665ea665f3b0b6d5868ca5fe4 (patch)
treebc9c44e404379e170e56469440df414e6efe38d4
parent82b15e36b55c1a57a0491cfac55aba734d3286ee (diff)
downloadedk2-00b6bbd958100fa665ea665f3b0b6d5868ca5fe4.zip
edk2-00b6bbd958100fa665ea665f3b0b6d5868ca5fe4.tar.gz
edk2-00b6bbd958100fa665ea665f3b0b6d5868ca5fe4.tar.bz2
CryptoPkg IntrinsicLib: Remove GCC -fno-builtin option
GCC -fno-builtin option is added into tools_def.template at 90defe7198a42b3157ae5d9b93714f891cf06e57. So, there is no need to set it in module INF file. Cc: Qin Long <qin.long@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Qin Long <qin.long@intel.com>
-rw-r--r--CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf3
1 files changed, 1 insertions, 2 deletions
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
index cd09f53..91e5eb7 100644
--- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
+++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
@@ -1,7 +1,7 @@
## @file
# Intrinsic Routines Wrapper Library Instance.
#
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -81,4 +81,3 @@
MSFT:DEBUG_*_IPF_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /Zi
MSFT:RELEASE_*_IPF_CC_FLAGS == /nologo /c /WX /GS- /X /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32
INTEL:*_*_*_CC_FLAGS = /Oi-
- GCC:*_*_*_CC_FLAGS = -fno-builtin \ No newline at end of file