aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/135_all_gcc48_config_arm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/135_all_gcc48_config_arm.patch')
-rw-r--r--main/gcc/135_all_gcc48_config_arm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/135_all_gcc48_config_arm.patch b/main/gcc/135_all_gcc48_config_arm.patch
index 7317c69f60..22ab23b322 100644
--- a/main/gcc/135_all_gcc48_config_arm.patch
+++ b/main/gcc/135_all_gcc48_config_arm.patch
@@ -5,10 +5,11 @@
--- a/gcc/config/arm/arm.h 2015-06-02 08:42:53.724969452 +0000
+++ b/gcc/config/arm/arm.h 2015-06-02 08:46:26.515546804 +0000
-@@ -2411,6 +2411,13 @@ extern const char *host_detect_local_cpu
+@@ -2411,6 +2411,12 @@
# define EXTRA_SPEC_FUNCTIONS BIG_LITTLE_CPU_SPEC_FUNCTIONS
#endif
+-#define DRIVER_SELF_SPECS MCPU_MTUNE_NATIVE_SPECS
+#ifdef ENABLE_ESP
+# define DRIVER_SELF_SPECS \
+ MCPU_MTUNE_NATIVE_SPECS, \
@@ -16,7 +17,6 @@
+#else
+# define DRIVER_SELF_SPECS MCPU_MTUNE_NATIVE_SPECS
+#endif
- #define DRIVER_SELF_SPECS MCPU_MTUNE_NATIVE_SPECS
#define TARGET_SUPPORTS_WIDE_INT 1
#endif /* ! GCC_ARM_H */
--- a/gcc/config/arm/elf.h 2013-01-10 21:38:27.000000000 +0100