diff options
author | 2017-03-11 09:40:00 -0800 | |
---|---|---|
committer | 2017-03-17 09:34:47 -0700 | |
commit | eace735c7f9590de9be9ecee8fcd8ba59628f72d (patch) | |
tree | b48201c3aa6945c6fb743e74afbabc2f6bda89a9 | |
parent | 5031445cfc0c666f232fbbcac836e61142272675 (diff) | |
download | meta-zephyr-eace735c7f9590de9be9ecee8fcd8ba59628f72d.tar.gz meta-zephyr-eace735c7f9590de9be9ecee8fcd8ba59628f72d.tar.bz2 meta-zephyr-eace735c7f9590de9be9ecee8fcd8ba59628f72d.zip |
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 <juro.bystricky@intel.com>
-rw-r--r-- | recipes-devtools-arc/gcc/gcc-6.x.arc.inc | 9 |
1 files 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" |