aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '5.2.0/pie/35_all_gcc51_config_arm.patch')
-rw-r--r--5.2.0/pie/35_all_gcc51_config_arm.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/5.2.0/pie/35_all_gcc51_config_arm.patch b/5.2.0/pie/35_all_gcc51_config_arm.patch
index dec7122..815d74a 100644
--- a/5.2.0/pie/35_all_gcc51_config_arm.patch
+++ b/5.2.0/pie/35_all_gcc51_config_arm.patch
@@ -5,7 +5,7 @@
--- a/gcc/config/arm/arm.h 2013-01-15 17:17:28.000000000 +0100
+++ b/gcc/config/arm/arm.h 2013-02-18 22:45:18.327284928 +0100
-@@ -2326,6 +2326,12 @@ extern const char *host_detect_local_cpu
+@@ -2326,6 +2326,14 @@ extern const char *host_detect_local_cpu
# define EXTRA_SPEC_FUNCTIONS BIG_LITTLE_CPU_SPEC_FUNCTIONS
#endif
@@ -14,6 +14,8 @@
+# define DRIVER_SELF_SPECS \
+ MCPU_MTUNE_NATIVE_SPECS, \
+ ESP_DRIVER_SELF_SPEC
++/* https://bugs.gentoo.org/518598 */
++# define ESP_NO_STACK_CHECK 1
+#else
+# define DRIVER_SELF_SPECS MCPU_MTUNE_NATIVE_SPECS
+#endif