]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
MdeModulePkg RegularExpressionDxe: Remove GCC -fno-builtin option
[mirror_edk2.git] / MdeModulePkg / Universal / RegularExpressionDxe / RegularExpressionDxe.inf
index 7f1023eed056bb880dc51533ac83357dfa37c31f..d4d9a8399282faea01d86ee32053d7927bc3f660 100644 (file)
@@ -1,9 +1,7 @@
-##\r
-#  @file\r
-#\r
+## @file\r
 #  EFI_REGULAR_EXPRESSION_PROTOCOL Implementation\r
 #\r
-#  Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>\r
+#  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
 #  This program and the accompanying materials are licensed and made available\r
 #  under the terms and conditions of the BSD License that accompanies this\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
   DebugLib\r
+  PrintLib\r
 \r
 [Guids]\r
-  gEfiRegexSyntaxTypePosixExtendedGuid\r
-  gEfiRegexSyntaxTypePerlGuid\r
+  gEfiRegexSyntaxTypePosixExtendedGuid    ## CONSUMES  ## GUID\r
+  gEfiRegexSyntaxTypePerlGuid             ## CONSUMES  ## GUID\r
 \r
 [Protocols]\r
-  gEfiRegularExpressionProtocolGuid\r
+  gEfiRegularExpressionProtocolGuid       ## PRODUCES  \r
 \r
 [BuildOptions]\r
   # Override MSFT build option to remove /Oi and /GL\r
@@ -82,7 +81,6 @@
   MSFT:DEBUG_*_IPF_CC_FLAGS    == /nologo /c /WX /GS- /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /Zi /X \r
   MSFT:RELEASE_*_IPF_CC_FLAGS  == /nologo /c /WX /GS- /W4 /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /X \r
   INTEL:*_*_*_CC_FLAGS         =  /Oi-\r
-  GCC:*_*_*_CC_FLAGS           =  -fno-builtin\r
 \r
   # Oniguruma: potentially uninitialized local variable used\r
   MSFT:*_*_*_CC_FLAGS = /wd4701\r