All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc toolchain component updates
@ 2017-11-15  3:09 Khem Raj
  2017-11-15  3:09 ` [PATCH 1/8] go: Fix build with PIE on musl Khem Raj
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Khem Raj @ 2017-11-15  3:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Armin Kuster

Binutils minor update to 2.29.1
musl update to address <= armv5 thumb issue and a regression in diffutils
glibc updated to latest on 2.26 branch addresses malloc leak issue
Rest of them are remaining from prior pulls

The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341:

  dhcp: fix build issue with libxml2 support (2017-11-10 14:44:31 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/toolchain-updates
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/toolchain-updates

Andre McCurdy (1):
  gcc6: enable FL_LPAE flag for armv7ve cores

Armin Kuster (1):
  binutils: update to 2.29.1

Khem Raj (6):
  go: Fix build with PIE on musl
  binutils: Convert SRC_URI and SRCREV to weak defines
  gdb: Upgrade to 8.0.1
  musl: Disable thumb1 ISA
  musl: Update to latest
  glibc: Upgrade to latest on 2.26 release

 meta/recipes-core/glibc/glibc_2.26.bb              |   2 +-
 meta/recipes-core/musl/musl.inc                    |   5 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../{binutils-2.29.inc => binutils-2.29.1.inc}     |   5 +-
 ...n_2.29.bb => binutils-cross-canadian_2.29.1.bb} |   0
 ...tils-cross_2.29.bb => binutils-cross_2.29.1.bb} |   0
 ...rosssdk_2.29.bb => binutils-crosssdk_2.29.1.bb} |   0
 .../{binutils_2.29.bb => binutils_2.29.1.bb}       |   0
 meta/recipes-devtools/gcc/gcc-6.4.inc              |   1 +
 ...001-enable-FL_LPAE-flag-for-armv7ve-cores.patch |  67 +++++++++++++
 .../gdb/{gdb-8.0.inc => gdb-8.0.1.inc}             |   4 +-
 ...canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} |   0
 .../gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb}   |   0
 .../gdb/{gdb_8.0.bb => gdb_8.0.1.bb}               |   0
 meta/recipes-devtools/go/go-1.9.inc                |   3 +
 .../go/go-1.9/default-buildmode-pie.patch          |  18 ++++
 .../go/go-1.9/set-external-linker.patch            | 111 +++++++++++++++++++++
 17 files changed, 212 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/binutils/{binutils-2.29.inc => binutils-2.29.1.inc} (90%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.29.bb => binutils-cross-canadian_2.29.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.29.bb => binutils-cross_2.29.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.29.bb => binutils-crosssdk_2.29.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils_2.29.bb => binutils_2.29.1.bb} (100%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/backport/0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch
 rename meta/recipes-devtools/gdb/{gdb-8.0.inc => gdb-8.0.1.inc} (88%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.bb => gdb-cross-canadian_8.0.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.0.bb => gdb-cross_8.0.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_8.0.bb => gdb_8.0.1.bb} (100%)
 create mode 100644 meta/recipes-devtools/go/go-1.9/default-buildmode-pie.patch
 create mode 100644 meta/recipes-devtools/go/go-1.9/set-external-linker.patch

-- 
2.15.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-15 16:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-15  3:09 [PATCH 0/8] Misc toolchain component updates Khem Raj
2017-11-15  3:09 ` [PATCH 1/8] go: Fix build with PIE on musl Khem Raj
2017-11-15  3:09 ` [PATCH 2/8] binutils: update to 2.29.1 Khem Raj
2017-11-15  3:09 ` [PATCH 3/8] binutils: Convert SRC_URI and SRCREV to weak defines Khem Raj
2017-11-15  3:09 ` [PATCH 4/8] gdb: Upgrade to 8.0.1 Khem Raj
2017-11-15 15:27   ` akuster808
2017-11-15 16:03     ` Khem Raj
2017-11-15  3:09 ` [PATCH 5/8] gcc6: enable FL_LPAE flag for armv7ve cores Khem Raj
2017-11-15  3:09 ` [PATCH 6/8] musl: Disable thumb1 ISA Khem Raj
2017-11-15  3:09 ` [PATCH 7/8] musl: Update to latest Khem Raj
2017-11-15  3:09 ` [PATCH 8/8] glibc: Upgrade to latest on 2.26 release Khem Raj
2017-11-15  3:33 ` ✗ patchtest: failure for Misc toolchain component updates Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.