aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
commitc58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch)
tree3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch
parenteec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff)
downloadmeta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz
move layer into meta-oe in preparation for future splits
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch
deleted file mode 100644
index f2a1c95621..0000000000
--- a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99410.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-2010-10-06 Julian Brown <julian@codesourcery.com>
-
- gcc/testsuite/
- * gcc.dg/Warray-bounds-3.c: Add -fno-unroll-loops for ARM.
- * gcc.dg/vect/vect.exp: Likewise, for all vect tests.
-
-
-=== modified file 'gcc/testsuite/gcc.dg/Warray-bounds-3.c'
-Index: gcc-4.5/gcc/testsuite/gcc.dg/Warray-bounds-3.c
-===================================================================
---- gcc-4.5.orig/gcc/testsuite/gcc.dg/Warray-bounds-3.c
-+++ gcc-4.5/gcc/testsuite/gcc.dg/Warray-bounds-3.c
-@@ -1,5 +1,7 @@
- /* { dg-do compile } */
- /* { dg-options "-O2 -Warray-bounds" } */
-+/* { dg-options "-O2 -Warray-bounds -fno-unroll-loops" { target arm*-*-* } } */
-+
- /* based on PR 31227 */
-
- typedef __SIZE_TYPE__ size_t;
-Index: gcc-4.5/gcc/testsuite/gcc.dg/vect/vect.exp
-===================================================================
---- gcc-4.5.orig/gcc/testsuite/gcc.dg/vect/vect.exp
-+++ gcc-4.5/gcc/testsuite/gcc.dg/vect/vect.exp
-@@ -109,6 +109,7 @@ if [istarget "powerpc-*paired*"] {
- # default to avoid loss of precision. We must pass -ffast-math to test
- # vectorization of float operations.
- lappend DEFAULT_VECTCFLAGS "-ffast-math"
-+ lappend DEFAULT_VECTCFLAGS "-fno-unroll-loops"
- if [is-effective-target arm_neon_hw] {
- set dg-do-what-default run
- } else {