aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-06-19 17:42:39 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-06-19 17:42:39 +0300
commitc383e63617469dce76411249dba384aad21a3d9c (patch)
treeb308cbb75d87a2da01aa12d3187099b2a9d82806 /meta-linaro-toolchain
parent38b48c59ac3d7c92dfcaceb07cade3c76b9cea0c (diff)
Fix build with Linaro GCC 4.7-2013.06-1
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain')
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc5
1 files changed, 3 insertions, 2 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 28e4e4e7..535d088f 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
@@ -2,20 +2,21 @@ require recipes-devtools/gcc/gcc-4.7.inc
require gcc-linaro-common-4.7.inc
MMYY = "13.06"
-RELEASE = "20${MMYY}"
+RELEASE = "20${MMYY}-1"
PR = "r${RELEASE}"
BINV = "4.7.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
#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}-1.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 \
file://fix-g++-sysroot.patch \
"
+
SRC_URI[md5sum] = "6fe93f878ca2327cda72947c6c364134"
SRC_URI[sha256sum] = "fbd8576f480d171facabf9537e180894759a5a59ee6bbdd15fbac5257853cf71"