public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdeModulePkg: Fix GCC48/GCC49 build error
@ 2017-04-01  8:38 Song, BinX
  2017-04-03 16:16 ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Song, BinX @ 2017-04-01  8:38 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Gao, Liming

- Fix GCC48/GCC49 build error

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bell Song <binx.song@intel.com>
---
 .../Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
index 578f97f..4c9aff5 100644
--- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
+++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
@@ -54,3 +54,6 @@
   DebugLib
   BaseMemoryLib
   ExtractGuidedSectionLib
+
+[BuildOptions]
+  GCC:*_*_*_CC_FLAGS = -fno-builtin
-- 
2.10.2.windows.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-05  8:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01  8:38 [PATCH] MdeModulePkg: Fix GCC48/GCC49 build error Song, BinX
2017-04-03 16:16 ` Laszlo Ersek
2017-04-03 16:21   ` Ard Biesheuvel
2017-04-03 16:34     ` Laszlo Ersek
2017-04-05  4:52       ` Gao, Liming
2017-04-05  8:03         ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox