aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-20 12:22:18 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-20 12:22:18 +0200
commit05a182eb477b566ce49524e84fb5b2373126d609 (patch)
tree36013664c3afa43678b0a0017d4442bf72718ffa
parentfix some typos in gcc-4.4.3/piepatch/ esp.h.patch (diff)
downloadhardened-gccpatchset-05a182eb477b566ce49524e84fb5b2373126d609.tar.gz
hardened-gccpatchset-05a182eb477b566ce49524e84fb5b2373126d609.tar.bz2
hardened-gccpatchset-05a182eb477b566ce49524e84fb5b2373126d609.zip
fix some typos in gcc-4.4.3/piepatch/ esp.h.patch part2
-rw-r--r--gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch b/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch
index e373386..bb32fba 100644
--- a/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch
+++ b/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch
@@ -1,13 +1,13 @@
2010-04-20 Magnus Granberg <zorry@gentoo.org>
* gcc/esp.h New file to support --enable-esp
- Version 20100420.1
+ Version 20100420.3
--- gcc/esp.h 2010-04-09 16:14:00.000000000 +0200
+++ gcc/esp.h 2010-04-20 00:35:27.000000000 +0200
@@ -0,0 +1,143 @@
+/* License terms see GNU GENERAL PUBLIC LICENSE Version 3.
-+ * Version 20100420.1
++ * Version 20100420.3
+ * Magnus Granberg (Zorry) <zorry@gentoo.org> */
+#ifndef GCC_ESP_H
+#define GCC_ESP_H
@@ -26,7 +26,7 @@
+#ifdef ENABLE_ESP
+
+ /* Hack to support gcc-specs-* in toolchain-funcs.eclass and _filter-hardened in flag-o-matic.eclass */
-+ #define ESP_CC1_SPEC " %(espf_cc1_ssp) %(esp_cc1_pie) %(esp_cc1_strict)"
++ #define ESP_CC1_SPEC " %(esp_cc1_ssp) %(esp_cc1_pie) %(esp_cc1_strict)"
+ #ifdef HAVE_GCC_SSP
+ #define ESP_CC1_SSP_SPEC "%{!fno-stack-protector: %{!fno-stack-protector-all: }}"
+ #else