summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-11-02 22:03:58 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-11-02 22:12:02 +0100
commitbe10a6b1321f250b1034c7d9d0a8ef18b296eef1 (patch)
tree9249025cbfbfbee4cc430d62b27f75301dd4dfde /recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
parent93b28937ac67ba46d65f55637e42552e224aa7e2 (diff)
downloadmeta-openembedded-be10a6b1321f250b1034c7d9d0a8ef18b296eef1.tar.gz
angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE ones
This needs further investigation, but for now we can get the tested sources into the poky gcc harness Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
new file mode 100644
index 0000000000..d9073123c4
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99341.patch
@@ -0,0 +1,28 @@
1 2009-08-26 Julian Brown <julian@codesourcery.com>
2
3 gcc/config/arm/
4 * uclinux-eabi.h (LINK_GCC_C_SEQUENCE_SPEC): Override definition
5 for uclinux.
6
72010-07-26 Julian Brown <julian@codesourcery.com>
8
9 Merge from Sourcery G++ 4.4:
10
11 2009-08-26 Kazu Hirata <kazu@codesourcery.com>
12
13
14=== modified file 'gcc/config/arm/uclinux-eabi.h'
15--- old/gcc/config/arm/uclinux-eabi.h 2009-02-20 15:20:38 +0000
16+++ new/gcc/config/arm/uclinux-eabi.h 2010-08-12 15:23:21 +0000
17@@ -50,6 +50,10 @@
18 #undef ARM_DEFAULT_ABI
19 #define ARM_DEFAULT_ABI ARM_ABI_AAPCS_LINUX
20
21+#undef LINK_GCC_C_SEQUENCE_SPEC
22+#define LINK_GCC_C_SEQUENCE_SPEC \
23+ "--start-group %G %L --end-group"
24+
25 /* Clear the instruction cache from `beg' to `end'. This makes an
26 inline system call to SYS_cacheflush. */
27 #undef CLEAR_INSN_CACHE
28