summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-07-18 20:19:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-18 22:21:34 +0100
commit2eb0e56217137ece3d86a70676a3f3c8db525459 (patch)
tree49800f4a51a736d86fd3214106c6ec90ba00c2d9 /meta/recipes-devtools/gcc/gcc-4.7.inc
parentcf63d9068c3a8c635dfc240d30dfff278be9b0e2 (diff)
downloadopenembedded-core-2eb0e56217137ece3d86a70676a3f3c8db525459.tar.gz
gcc: remove 904-flatten-switch-stmt-00.patch
Remove brute-force flattening and bump PR. Refer to -ftree-switch-conversion emit_case_bit_tests(), -ftree-if-to-switch-conversion et al in 4.8 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index ece32c1546..43d77ecf07 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r6"
+PR = "r7"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.7.1
@@ -52,7 +52,6 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \
file://306-libstdc++-namespace.patch \
file://740-sh-pr24836.patch \
file://800-arm-bigendian.patch \
- file://904-flatten-switch-stmt-00.patch \
file://arm-nolibfloat.patch \
file://gcc-poison-system-directories.patch \
file://gcc-poison-dir-extend.patch \