diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-28 12:19:53 -0700 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-09 18:40:21 +0200 |
commit | 6b278fbb02d818b54b5a9fa2716fc49e896b72a8 (patch) | |
tree | 833783fb738ff7abf3d0e3029c9a468e73b06e28 /toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106839.patch | |
parent | 680af24d1ff95533db610176e6b01fcc9dcf6699 (diff) | |
download | meta-openembedded-6b278fbb02d818b54b5a9fa2716fc49e896b72a8.tar.gz |
gcc-4.6: Migrate recipes from OE-Core
Remove linaro patches. If one needs to use linaro
modified gcc they should use meta-linaro
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 dcffe1945c..0000000000 --- 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 | |||