mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
gcc6: Upgrade to 6.3.0
6.3.0 is a bugfix release in gcc 6 series Cherry-picked from oe-core master 36ffcd1d7d2ab9dcc91e9c09623a6613a248bc69 (From OE-Core rev: c24f6de26efdfb13b95e51b4531d1e111fab409c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,7 +22,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
|
|||||||
PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial ?= "nativesdk-glibc-initial"
|
PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial ?= "nativesdk-glibc-initial"
|
||||||
PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
|
PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
|
||||||
|
|
||||||
GCCVERSION ?= "6.2%"
|
GCCVERSION ?= "6.3%"
|
||||||
SDKGCCVERSION ?= "${GCCVERSION}"
|
SDKGCCVERSION ?= "${GCCVERSION}"
|
||||||
BINUVERSION ?= "2.27%"
|
BINUVERSION ?= "2.27%"
|
||||||
GDBVERSION ?= "7.11%"
|
GDBVERSION ?= "7.11%"
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ require gcc-common.inc
|
|||||||
|
|
||||||
# Third digit in PV should be incremented after a minor release
|
# Third digit in PV should be incremented after a minor release
|
||||||
|
|
||||||
PV = "6.2.0"
|
PV = "6.3.0"
|
||||||
|
|
||||||
# BINV should be incremented to a revision after a minor gcc release
|
# BINV should be incremented to a revision after a minor gcc release
|
||||||
|
|
||||||
BINV = "6.2.0"
|
BINV = "6.3.0"
|
||||||
|
|
||||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-6.2:${FILE_DIRNAME}/gcc-6.2/backport:"
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-6.3:${FILE_DIRNAME}/gcc-6.3/backport:"
|
||||||
|
|
||||||
DEPENDS =+ "mpfr gmp libmpc zlib"
|
DEPENDS =+ "mpfr gmp libmpc zlib"
|
||||||
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
|
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
|
||||||
@@ -83,8 +83,8 @@ SRC_URI = "\
|
|||||||
BACKPORTS = "\
|
BACKPORTS = "\
|
||||||
file://ubsan-fix-check-empty-string.patch \
|
file://ubsan-fix-check-empty-string.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "9768625159663b300ae4de2f4745fcc4"
|
SRC_URI[md5sum] = "677a7623c7ef6ab99881bc4e048debb6"
|
||||||
SRC_URI[sha256sum] = "9944589fc722d3e66308c0ce5257788ebd7872982a718aa2516123940671b7c5"
|
SRC_URI[sha256sum] = "f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f"
|
||||||
|
|
||||||
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
|
S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
|
||||||
#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
|
#S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"
|
||||||
Reference in New Issue
Block a user