commit | fe07ca04e4af6c43d068df0e23dc83431053fc22 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Nov 16 08:45:51 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 16 08:45:52 2012 -0800 |
tree | 86641f34bf889da7a8040adc7429c11cbf8f5157 | |
parent | 170168cdf37111b45b15817fab9e3df54cbc27b7 [diff] | |
parent | ac3de8d080745e62c77fdf03e3923726d0a6b50d [diff] |
Merge "Support GNU_RELRO for static executables."
diff --git a/linker/linker_format.cpp b/linker/linker_format.cpp index 60b759b..65c6264 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 <assert.h> #include <stdarg.h> #include <string.h>