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 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index 579280ff1c..a0c2a7b289 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
| @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | PV = "4.5" | 16 | PV = "4.5" |
| 17 | PR = "r43" | 17 | PR = "r44" |
| 18 | 18 | ||
| 19 | # BINV should be incremented after updating to a revision | 19 | # BINV should be incremented after updating to a revision |
| 20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | 20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made |
| @@ -23,8 +23,7 @@ PR = "r43" | |||
| 23 | # which will be next minor release and so on. | 23 | # which will be next minor release and so on. |
| 24 | 24 | ||
| 25 | BINV = "${PV}.4" | 25 | BINV = "${PV}.4" |
| 26 | 26 | SRCREV = 181733 | |
| 27 | SRCREV = 178923 | ||
| 28 | BRANCH = "gcc-4_5-branch" | 27 | BRANCH = "gcc-4_5-branch" |
| 29 | PR_append = "+svnr${SRCPV}" | 28 | PR_append = "+svnr${SRCPV}" |
| 30 | 29 | ||
| @@ -179,7 +178,6 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
| 179 | file://linaro/gcc-4.5-linaro-r99483.patch \ | 178 | file://linaro/gcc-4.5-linaro-r99483.patch \ |
| 180 | file://linaro/gcc-4.5-linaro-r99488.patch \ | 179 | file://linaro/gcc-4.5-linaro-r99488.patch \ |
| 181 | file://linaro/gcc-4.5-linaro-r99489.patch \ | 180 | file://linaro/gcc-4.5-linaro-r99489.patch \ |
| 182 | file://linaro/gcc-4.5-linaro-r99491.patch \ | ||
| 183 | file://linaro/gcc-4.5-linaro-r99494.patch \ | 181 | file://linaro/gcc-4.5-linaro-r99494.patch \ |
| 184 | file://linaro/gcc-4.5-linaro-r99495.patch \ | 182 | file://linaro/gcc-4.5-linaro-r99495.patch \ |
| 185 | file://linaro/gcc-4.5-linaro-r99498.patch \ | 183 | file://linaro/gcc-4.5-linaro-r99498.patch \ |
| @@ -208,7 +206,8 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
| 208 | file://linaro/gcc-4.5-linaro-r99536.patch \ | 206 | file://linaro/gcc-4.5-linaro-r99536.patch \ |
| 209 | file://linaro/gcc-4.5-linaro-r99537.patch \ | 207 | file://linaro/gcc-4.5-linaro-r99537.patch \ |
| 210 | file://linaro/gcc-4.5-linaro-r99540.patch \ | 208 | file://linaro/gcc-4.5-linaro-r99540.patch \ |
| 211 | file://linaro/gcc-4.5-linaro-r99541.patch \ | 209 | file://linaro/gcc-4.5-linaro-r99548.patch \ |
| 210 | file://linaro/gcc-4.5-linaro-r99549.patch \ | ||
| 212 | \ | 211 | \ |
| 213 | file://more-epilogues.patch \ | 212 | file://more-epilogues.patch \ |
| 214 | file://gcc-scalar-widening-pr45847.patch \ | 213 | file://gcc-scalar-widening-pr45847.patch \ |
| @@ -233,6 +232,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
| 233 | file://gcc-poison-parameters.patch \ | 232 | file://gcc-poison-parameters.patch \ |
| 234 | file://gcc-ppc-config-fix.patch \ | 233 | file://gcc-ppc-config-fix.patch \ |
| 235 | file://use-defaults.h-and-t-oe-in-B.patch \ | 234 | file://use-defaults.h-and-t-oe-in-B.patch \ |
| 235 | file://gcc-with-linker-hash-style.patch \ | ||
| 236 | " | 236 | " |
| 237 | 237 | ||
| 238 | # Language Overrides | 238 | # Language Overrides |
| @@ -252,6 +252,9 @@ EXTRA_OECONF_BASE = "--enable-lto \ | |||
| 252 | --disable-bootstrap \ | 252 | --disable-bootstrap \ |
| 253 | --disable-libgomp \ | 253 | --disable-libgomp \ |
| 254 | --disable-libmudflap \ | 254 | --disable-libmudflap \ |
| 255 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | ||
| 256 | --with-ppl=no \ | ||
| 257 | --with-cloog=no \ | ||
| 255 | --enable-cheaders=c_global " | 258 | --enable-cheaders=c_global " |
| 256 | 259 | ||
| 257 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | 260 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ |
