summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 7a0d231bd8..35332b4c7e 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
1require gcc-common.inc 1require gcc-common.inc
2 2
3PR = "r5" 3PR = "r6"
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
@@ -59,7 +59,10 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \
59 file://disable_relax_pic_calls_flag.patch \ 59 file://disable_relax_pic_calls_flag.patch \
60 file://COLLECT_GCC_OPTIONS.patch \ 60 file://COLLECT_GCC_OPTIONS.patch \
61 file://use-defaults.h-and-t-oe-in-B.patch \ 61 file://use-defaults.h-and-t-oe-in-B.patch \
62 file://powerpc-e5500.patch \ 62 file://ppc_with_cpu.patch \
63 file://ppce5500-e6500-support.patch \
64 file://rs6000-tables.patch \
65 file://define_insn_reservation.patch \
63 file://pr32219.patch \ 66 file://pr32219.patch \
64 file://fortran-cross-compile-hack.patch \ 67 file://fortran-cross-compile-hack.patch \
65 file://libgcc-sjlj-check.patch \ 68 file://libgcc-sjlj-check.patch \