From 83697b8b76501cc09b3f1963485184bc7cae06ee Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 15 Nov 2012 15:21:43 -0800 Subject: Temporarily address gcc 4.7 breakage. Change-Id: I8ebb2d5df2f8f8aedf252c94ff69505e61ed0a74 --- linker/linker_format.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linker/linker_format.cpp') diff --git a/linker/linker_format.cpp b/linker/linker_format.cpp index 60b759bf3..65c626447 100644 --- a/linker/linker_format.cpp +++ b/linker/linker_format.cpp @@ -26,6 +26,10 @@ * SUCH DAMAGE. */ +// Temporarily disable _FORTIFY_SOURCE to get this code to +// compile under GCC 4.7 +#undef _FORTIFY_SOURCE + #include #include #include -- cgit v1.2.3