aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-devtools
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-05-24 10:15:49 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-05-24 12:21:39 +0200
commitd53099a04c8fe59854319dc13f30a81e911f5be4 (patch)
tree014b356b64307d6e67b75b93d341f4143c519f20 /meta-linaro-toolchain/recipes-devtools
parent81c5b8e3cae30e04d4d7bd36c2042470bb3531e1 (diff)
gcc-linaro: use 2013.05 prerelease tarballs
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.6.inc10
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc12
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc10
3 files changed, 16 insertions, 16 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.6.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.6.inc
index aefb4ad3..1935e293 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.6.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.6.inc
@@ -1,23 +1,23 @@
require recipes-devtools/gcc/gcc-4.6.inc
require gcc-linaro-common-4.6.inc
-MMYY = "13.04"
+MMYY = "13.05"
RELEASE = "20${MMYY}"
PR = "r${RELEASE}"
BINV = "4.6.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-#SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2
-SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2 \
+#SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2
+SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://64bithack.patch \
file://optional_libstdc.patch \
file://use-defaults.h-and-t-oe-in-B.patch \
"
-SRC_URI[md5sum] = "737c3a3109f80a12a620f6eae2dc8ac9"
-SRC_URI[sha256sum] = "509c7d1e133c6783920391c305bb916b15b32524e0e6af37300d63ff4d81de53"
+SRC_URI[md5sum] = "26b48802ae1203cd99415026fbf56ed7"
+SRC_URI[sha256sum] = "4b6cad20684ba06da766d523c38abcee22d69020e0b9213cf6f580920c91e18e"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc
index 5d2c3e96..356d2389 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc
@@ -1,15 +1,15 @@
require recipes-devtools/gcc/gcc-4.7.inc
require gcc-linaro-common-4.7.inc
-MMYY = "13.04"
+MMYY = "13.05"
RELEASE = "20${MMYY}"
PR = "r${RELEASE}"
-BINV = "4.7.3"
+BINV = "4.7.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-#SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2
-SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2 \
+#SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2
+SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://64bithack.patch \
file://optional_libstdc.patch \
@@ -17,8 +17,8 @@ SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/$
file://fix-g++-sysroot.patch \
"
-SRC_URI[md5sum] = "a043a60fcff5dbbceb4b0dd753548a21"
-SRC_URI[sha256sum] = "18c308d88c54d8e37cf44c5293059e6c210c70d48dcc89c08d5d1d19cea7ade4"
+SRC_URI[md5sum] = "123666fb25ecfd89912e6922ad10e15b"
+SRC_URI[sha256sum] = "41c0e7e2decf71d5a141e6000fb0790b0dcfaa9b9dccaad02f2d3fb1cf71ec96"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
index 7c14723a..d2320110 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.8.inc
@@ -1,15 +1,15 @@
require recipes-devtools/gcc/gcc-4.8.inc
require gcc-linaro-common-4.8.inc
-MMYY = "13.04"
+MMYY = "13.05"
RELEASE = "20${MMYY}"
PR = "r${RELEASE}"
BINV = "4.8.1"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-#SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2
-SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2 \
+#SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.bz2
+SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2 \
file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://0002-uclibc-conf.patch \
file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \
@@ -49,8 +49,8 @@ SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/$
file://use-lib-for-aarch64.patch \
"
-SRC_URI[md5sum] = "b6b8195019c7cb93629727ad14eaf7ca"
-SRC_URI[sha256sum] = "7adf7aea60c702e7f02213fec58819e84a02ca0dac48590e89978e288f24dd04"
+SRC_URI[md5sum] = "35572177044ca9eda663011beadda4d6"
+SRC_URI[sha256sum] = "1049f064e197060185b3d1bd396e989e9b6d2e07d95a8f67b5a9a0d821cc169d"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"