diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 08:22:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-24 07:35:22 +0100 |
commit | ff0f815593c33f1a82ba4d1cbe41e6b987da1f47 (patch) | |
tree | 22b43fa2e84f25cc948df79f9e9de07e8ec57418 /toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch | |
parent | 6b22bd198a87b5f113971d8fcd0e7211cd143c7d (diff) | |
download | meta-openembedded-ff0f815593c33f1a82ba4d1cbe41e6b987da1f47.tar.gz |
toolchain-layer: move binutils and gcc from meta-oe into here
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch new file mode 100644 index 0000000000..54473fa234 --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99406.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | 2010-09-28 Jie Zhang <jie@codesourcery.com> | ||
2 | |||
3 | Backport from mainline: | ||
4 | |||
5 | gcc/testsuite/ | ||
6 | 2010-09-28 Jie Zhang <jie@codesourcery.com> | ||
7 | * gcc.dg/Wcxx-compat-12.c: Add -fno-short-enums. | ||
8 | |||
9 | === modified file 'gcc/testsuite/gcc.dg/Wcxx-compat-12.c' | ||
10 | Index: gcc-4.5/gcc/testsuite/gcc.dg/Wcxx-compat-12.c | ||
11 | =================================================================== | ||
12 | --- gcc-4.5.orig/gcc/testsuite/gcc.dg/Wcxx-compat-12.c | ||
13 | +++ gcc-4.5/gcc/testsuite/gcc.dg/Wcxx-compat-12.c | ||
14 | @@ -1,5 +1,5 @@ | ||
15 | /* { dg-do compile } */ | ||
16 | -/* { dg-options "-Wc++-compat" } */ | ||
17 | +/* { dg-options "-fno-short-enums -Wc++-compat" } */ | ||
18 | |||
19 | enum E { A }; | ||
20 | |||