diff options
Diffstat (limited to 'meta-oe/recipes-devtools/gcc/gcc-4.5.inc')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index 519a1e7af..4067d737d 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -13,21 +13,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
13 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" | 13 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" |
14 | 14 | ||
15 | 15 | ||
16 | SRCREV = "170880" | ||
17 | PV = "4.5" | 16 | PV = "4.5" |
18 | INC_PR = "r35" | 17 | INC_PR = "r36" |
19 | 18 | # BINV should point to minor release | |
20 | # BINV should be incremented after updating to a revision | ||
21 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | ||
22 | # the value will be minor-release+1 e.g. if minor release was | ||
23 | # 4.5.1 then the value below will be 2 which will mean 4.5.2 | ||
24 | # which will be next minor release and so on. | ||
25 | |||
26 | BINV = "${PV}.3" | 19 | BINV = "${PV}.3" |
27 | BRANCH = "gcc-4_5-branch" | ||
28 | PR_append = "+svnr${SRCPV}" | ||
29 | 20 | ||
30 | SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ | 21 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${BINV}/gcc-${BINV}.tar.bz2 \ |
31 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 22 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
32 | file://100-uclibc-conf.patch \ | 23 | file://100-uclibc-conf.patch \ |
33 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ | 24 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ |
@@ -175,11 +166,15 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ | |||
175 | file://linaro/gcc-4.5-linaro-r99478.patch \ | 166 | file://linaro/gcc-4.5-linaro-r99478.patch \ |
176 | file://linaro/gcc-4.5-linaro-r99479.patch \ | 167 | file://linaro/gcc-4.5-linaro-r99479.patch \ |
177 | file://linaro/gcc-4.5-linaro-r99480.patch \ | 168 | file://linaro/gcc-4.5-linaro-r99480.patch \ |
178 | file://linaro/gcc-4.5-linaro-r99481.patch \ | ||
179 | file://linaro/gcc-4.5-linaro-r99482.patch \ | ||
180 | file://linaro/gcc-4.5-linaro-r99483.patch \ | 169 | file://linaro/gcc-4.5-linaro-r99483.patch \ |
181 | file://linaro/gcc-4.5-linaro-r99488.patch \ | 170 | file://linaro/gcc-4.5-linaro-r99488.patch \ |
182 | file://linaro/gcc-4.5-linaro-r99489.patch \ | 171 | file://linaro/gcc-4.5-linaro-r99489.patch \ |
172 | file://linaro/gcc-4.5-linaro-r99491.patch \ | ||
173 | file://linaro/gcc-4.5-linaro-r99494.patch \ | ||
174 | file://linaro/gcc-4.5-linaro-r99495.patch \ | ||
175 | file://linaro/gcc-4.5-linaro-r99498.patch \ | ||
176 | # file://linaro/gcc-4.5-linaro-r99499.patch \ | ||
177 | file://linaro/gcc-4.5-linaro-r99502.patch \ | ||
183 | file://more-epilogues.patch \ | 178 | file://more-epilogues.patch \ |
184 | file://gcc-scalar-widening-pr45847.patch \ | 179 | file://gcc-scalar-widening-pr45847.patch \ |
185 | file://gcc-arm-volatile-bitfield-fix.patch \ | 180 | file://gcc-arm-volatile-bitfield-fix.patch \ |
@@ -207,7 +202,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ | |||
207 | FORTRAN = "" | 202 | FORTRAN = "" |
208 | JAVA = "" | 203 | JAVA = "" |
209 | 204 | ||
210 | S = "${WORKDIR}/${BRANCH}" | 205 | S = "${WORKDIR}/gcc-${BINV}" |
211 | 206 | ||
212 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ | 207 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ |
213 | # --enable-libssp \ | 208 | # --enable-libssp \ |