diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch deleted file mode 100644 index dcffe1945..000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | 2011-11-02 Andrew Stubbs <ams@codesourcery.com> | ||
2 | |||
3 | Backport from FSF mainline: | ||
4 | |||
5 | 2011-11-01 Andrew Stubbs <ams@codesourcery.com> | ||
6 | |||
7 | gcc/ | ||
8 | * config/arm/bpabi.h (BE8_LINK_SPEC): Recognize generic-armv7 tuning. | ||
9 | |||
10 | === modified file 'gcc/config/arm/bpabi.h' | ||
11 | --- old/gcc/config/arm/bpabi.h 2010-12-20 17:48:51 +0000 | ||
12 | +++ new/gcc/config/arm/bpabi.h 2011-11-02 21:02:53 +0000 | ||
13 | @@ -56,7 +56,8 @@ | ||
14 | "|march=armv4|mcpu=fa526|mcpu=fa626:--fix-v4bx}" | ||
15 | |||
16 | #define BE8_LINK_SPEC " %{mbig-endian:%{march=armv7-a|mcpu=cortex-a5"\ | ||
17 | - "|mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15:%{!r:--be8}}}" | ||
18 | + "|mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15|mcpu=generic-armv7-a"\ | ||
19 | + ":%{!r:--be8}}}" | ||
20 | |||
21 | /* Tell the assembler to build BPABI binaries. */ | ||
22 | #undef SUBTARGET_EXTRA_ASM_SPEC | ||
23 | |||