diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 7a731db860..1a3e09b071 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -8,10 +8,7 @@ PR = "r13" | |||
8 | # on branch then PV should be incremented to 4.7.2+svnr${SRCPV} | 8 | # on branch then PV should be incremented to 4.7.2+svnr${SRCPV} |
9 | # to reflect that change | 9 | # to reflect that change |
10 | 10 | ||
11 | # using 4.7.1.0 for upgrade path when we move past 4.7.2 release | 11 | PV = "4.7.2" |
12 | # then we should drop the last 0 as well. | ||
13 | |||
14 | PV = "4.7.1.0+git${SRCPV}" | ||
15 | 12 | ||
16 | # BINV should be incremented after updating to a revision | 13 | # BINV should be incremented after updating to a revision |
17 | # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made | 14 | # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made |
@@ -21,8 +18,6 @@ PV = "4.7.1.0+git${SRCPV}" | |||
21 | 18 | ||
22 | BINV = "4.7.2" | 19 | BINV = "4.7.2" |
23 | 20 | ||
24 | SRCREV = "d07e24f4ab59f264d68d21838795349faab5dede" | ||
25 | BRANCH = "gcc-4_7-branch" | ||
26 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" | 21 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" |
27 | 22 | ||
28 | DEPENDS =+ "mpfr gmp libmpc" | 23 | DEPENDS =+ "mpfr gmp libmpc" |
@@ -36,7 +31,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
36 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 31 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
37 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" | 32 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" |
38 | 33 | ||
39 | SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ | 34 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ |
40 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 35 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
41 | file://100-uclibc-conf.patch \ | 36 | file://100-uclibc-conf.patch \ |
42 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ | 37 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ |
@@ -80,9 +75,11 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ | |||
80 | file://0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch \ | 75 | file://0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch \ |
81 | file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \ | 76 | file://0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch \ |
82 | " | 77 | " |
78 | SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762" | ||
79 | SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084" | ||
83 | 80 | ||
84 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git" | 81 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
85 | B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}" | 82 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |
86 | 83 | ||
87 | # Language Overrides | 84 | # Language Overrides |
88 | FORTRAN = "" | 85 | FORTRAN = "" |