diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-07-30 00:53:43 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-06 15:12:39 +0100 |
| commit | 56b201df77a45ccd0f51d16095dc90c150950034 (patch) | |
| tree | 5a85d6273acc6db0a14606b11655ab9f33fbd4a3 /meta/recipes-devtools/binutils/binutils-2.34.inc | |
| parent | 4a832bc5d57d73354fe3eb369bd8108dec9c9523 (diff) | |
| download | poky-56b201df77a45ccd0f51d16095dc90c150950034.tar.gz | |
binutils: Upgrade to 2.35 release
assembler supports dwarf-5 format line numbers
linker has -M -MP gcc-like option
for detailed release notes see [1]
[1] https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00008.html
(From OE-Core rev: 7a7667127625244aae2b1ff179e431fc9ad25737)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.34.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.34.inc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.34.inc b/meta/recipes-devtools/binutils/binutils-2.34.inc deleted file mode 100644 index f65fdb7328..0000000000 --- a/meta/recipes-devtools/binutils/binutils-2.34.inc +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | LIC_FILES_CHKSUM="\ | ||
| 2 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 3 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
| 4 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 5 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
| 6 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 7 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
| 8 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 9 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
| 10 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
| 11 | " | ||
| 12 | |||
| 13 | def binutils_branch_version(d): | ||
| 14 | pvsplit = d.getVar('PV').split('.') | ||
| 15 | return pvsplit[0] + "_" + pvsplit[1] | ||
| 16 | |||
| 17 | # When upgrading to 2.35, please make sure there is no trailing .0, so | ||
| 18 | # that upstream version check can work correctly. | ||
| 19 | PV = "2.34" | ||
| 20 | CVE_VERSION = "2.34" | ||
| 21 | BINUPV = "${@binutils_branch_version(d)}" | ||
| 22 | #BRANCH = "binutils-${BINUPV}-branch" | ||
| 23 | BRANCH ?= "binutils-2_34-branch" | ||
| 24 | |||
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | ||
| 26 | |||
| 27 | SRCREV ?= "d4b50999b3b287b5f984ade2f8734aa8c9359440" | ||
| 28 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${BRANCH};protocol=git" | ||
| 29 | SRC_URI = "\ | ||
| 30 | ${BINUTILS_GIT_URI} \ | ||
| 31 | file://0004-configure-widen-the-regexp-for-SH-architectures.patch \ | ||
| 32 | file://0005-Point-scripts-location-to-libdir.patch \ | ||
| 33 | file://0006-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch \ | ||
| 34 | file://0007-Use-libtool-2.4.patch \ | ||
| 35 | file://0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch \ | ||
| 36 | file://0009-warn-for-uses-of-system-directories-when-cross-linki.patch \ | ||
| 37 | file://0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ | ||
| 38 | file://0011-Change-default-emulation-for-mips64-linux.patch \ | ||
| 39 | file://0012-Add-support-for-Netlogic-XLP.patch \ | ||
| 40 | file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | ||
| 41 | file://0014-Detect-64-bit-MIPS-targets.patch \ | ||
| 42 | file://0015-sync-with-OE-libtool-changes.patch \ | ||
| 43 | file://0016-Check-for-clang-before-checking-gcc-version.patch \ | ||
| 44 | file://0017-binutils-drop-redundant-program_name-definition-fno-.patch \ | ||
| 45 | file://CVE-2020-0551.patch \ | ||
| 46 | " | ||
| 47 | S = "${WORKDIR}/git" | ||
