diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 3 |
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 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | PR = "r7" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.7.1 | 6 | # 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 \ | |||
52 | file://306-libstdc++-namespace.patch \ | 52 | file://306-libstdc++-namespace.patch \ |
53 | file://740-sh-pr24836.patch \ | 53 | file://740-sh-pr24836.patch \ |
54 | file://800-arm-bigendian.patch \ | 54 | file://800-arm-bigendian.patch \ |
55 | file://904-flatten-switch-stmt-00.patch \ | ||
56 | file://arm-nolibfloat.patch \ | 55 | file://arm-nolibfloat.patch \ |
57 | file://gcc-poison-system-directories.patch \ | 56 | file://gcc-poison-system-directories.patch \ |
58 | file://gcc-poison-dir-extend.patch \ | 57 | file://gcc-poison-dir-extend.patch \ |