aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-09 09:59:20 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-09 09:59:20 +0200
commitb5943f2676933cfa79eb5ad80eb56c3f50e5f2bb (patch)
tree468a7259d1a56c4d68f06145ffe884cd26381167 /meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc
parent04a4a031b07d512aec97746d41309b2a2e5d4c9f (diff)
gcc-linaro: use 2013.04 prerelease tarballs
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc9
1 files changed, 5 insertions, 4 deletions
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 5ab70146..69152514 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,13 +1,14 @@
require recipes-devtools/gcc/gcc-4.7.inc
require gcc-linaro-common-4.7.inc
-RELEASE = "2013.03"
+RELEASE = "2013.04"
PR = "r${RELEASE}"
BINV = "4.7.3"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-SRC_URI = "https://launchpad.net/gcc-linaro/4.7/4.7-${RELEASE}/+download/gcc-${PV}-${RELEASE}.tar.bz2 \
+#SRC_URI = "https://launchpad.net/gcc-linaro/4.6/4.6-${RELEASE}/+download/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 \
@@ -15,8 +16,8 @@ SRC_URI = "https://launchpad.net/gcc-linaro/4.7/4.7-${RELEASE}/+download/gcc-${P
file://fix-g++-sysroot.patch \
"
-SRC_URI[md5sum] = "72e37ed0601f72e4d7e842d7e5373148"
-SRC_URI[sha256sum] = "b46960070614c72c21587f3294f88fc21896ac1aab8bd007ddc1731255daabeb"
+SRC_URI[md5sum] = "a043a60fcff5dbbceb4b0dd753548a21"
+SRC_URI[sha256sum] = "18c308d88c54d8e37cf44c5293059e6c210c70d48dcc89c08d5d1d19cea7ade4"
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"