diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-06-05 20:03:12 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-06-05 20:03:12 +0000 |
commit | 736ae10d6c11ec7c26b25e3805cbaa124471adbd (patch) | |
tree | 9570b9ffd8782d9144d7535c2f153c6386ab3305 /main/gcc/135_all_gcc48_config_arm.patch | |
parent | d6b90a1443c1ef688a027fe191d638b21c195174 (diff) | |
download | aports-736ae10d6c11ec7c26b25e3805cbaa124471adbd.tar.bz2 aports-736ae10d6c11ec7c26b25e3805cbaa124471adbd.tar.xz |
main/gcc: fix arm patch
(the original arm build failed for unrelated reason on builder,
so no pkgrel bump is needed)
Diffstat (limited to 'main/gcc/135_all_gcc48_config_arm.patch')
-rw-r--r-- | main/gcc/135_all_gcc48_config_arm.patch | 4 |
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 |