aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.0/piepatch/34_all_gcc48_config_i386_gnu-user.patch')
-rw-r--r--gcc-4.8.0/piepatch/34_all_gcc48_config_i386_gnu-user.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc-4.8.0/piepatch/34_all_gcc48_config_i386_gnu-user.patch b/gcc-4.8.0/piepatch/34_all_gcc48_config_i386_gnu-user.patch
new file mode 100644
index 0000000..b7cdfd4
--- /dev/null
+++ b/gcc-4.8.0/piepatch/34_all_gcc48_config_i386_gnu-user.patch
@@ -0,0 +1,15 @@
+2013-02-13 Magnus Granberg <zorry@gentoo.org>
+
+ * gcc/config/i386/gnu-user. Add ESP_DRIVER_SELF_SPEC
+ to DRIVER_SELF_SPECS if ENABLE_ESP defined.
+
+--- a/gcc/config/i386/gnu-user-common.h 2013-01-10 21:38:27.000000000 +0100
++++ b/gcc/config/i386/gnu-user-common.h 2013-02-14 00:51:44.689637605 +0100
+@@ -70,3 +70,7 @@ along with GCC; see the file COPYING3.
+
+ /* Static stack checking is supported by means of probes. */
+ #define STACK_CHECK_STATIC_BUILTIN 1
++
++#ifdef ENABLE_ESP
++#define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPEC
++#endif