diff options
author | Magnus Granberg <zorry@gentoo.org> | 2012-08-08 18:05:03 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2012-08-08 18:05:03 +0200 |
commit | 3fc064b6fbfb3317a1002ba0846f178ee6a6f144 (patch) | |
tree | da8b87d8d78cf724fa70ff3026f52304550cad86 | |
parent | updated upstream patches with small fixes (diff) | |
download | hardened-gccpatchset-3fc064b6fbfb3317a1002ba0846f178ee6a6f144.tar.gz hardened-gccpatchset-3fc064b6fbfb3317a1002ba0846f178ee6a6f144.tar.bz2 hardened-gccpatchset-3fc064b6fbfb3317a1002ba0846f178ee6a6f144.zip |
updated upstream patches with small fixes in gcc.c
-rw-r--r-- | upstream/gcc.c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/gcc.c.patch b/upstream/gcc.c.patch index 605cbb8..06e75fb 100644 --- a/upstream/gcc.c.patch +++ b/upstream/gcc.c.patch @@ -9,7 +9,7 @@ + %{fmudflapth:-D_MUDFLAP -D_MUDFLAPTH -include mf-runtime.h} " + /* Needed by configure --enable-espf */ + #ifdef ENABLE_ESPF_FORTIFY -+"%(espf_cpp_unique_options)" ++"%(espf_cpp_unique_options) " +#endif +"%{E|M|MM:%W{o*}}"; |