From eace735c7f9590de9be9ecee8fcd8ba59628f72d Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Sat, 11 Mar 2017 09:40:00 -0800 Subject: [PATCH] gcc (ARC): upgrade to 6.3.0 Upgrade needed to avoid some compiler bugs with -Os. https://jira.zephyrproject.org/browse/ZEP-1882 Signed-off-by: Juro Bystricky --- recipes-devtools-arc/gcc/gcc-6.x.arc.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes-devtools-arc/gcc/gcc-6.x.arc.inc b/recipes-devtools-arc/gcc/gcc-6.x.arc.inc index adad25a..6324c50 100644 --- a/recipes-devtools-arc/gcc/gcc-6.x.arc.inc +++ b/recipes-devtools-arc/gcc/gcc-6.x.arc.inc @@ -6,7 +6,7 @@ PV = "6.x.arc" # BINV should be incremented to a revision after a minor gcc release -BINV = "6.2.1" +BINV = "6.3.0" FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${COREBASE}/meta/recipes-devtools/gcc/gcc-6.2:" @@ -23,12 +23,11 @@ LIC_FILES_CHKSUM = "\ file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \ " -# tag=arc-2016.09-release (no branch) -SRCREV="11f277e211411c21808cbb9f6cf165902edefea3" +# tag arc-2017.03-eng009 +SRCREV = "7fe9c76c79cd9d263b839b4c8bd701943150e059" SRC_URI = "\ - git://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git;protocol=https;nobranch=1 \ - file://cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch \ + git://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git;protocol=https;branch=arc-2017.03 \ " S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"