mbox series

[v2,0/2] GCC 7.3 fixes

Message ID 20180730051029.5530-1-joel@jms.id.au
Headers show
Series GCC 7.3 fixes | expand

Message

Joel Stanley July 30, 2018, 5:10 a.m. UTC
v2: Add Upstream-Status tags

This series has a pair of patches that we have been using in OpenBMC's
Yocto tree for a few weeks. The build fix is required to compile from
our ppc64le build machines.

The std::pair fix reduces memory requirements from many gigabytes down
to something reasonable.

Joel Stanley (2):
  gcc-7.3: Fix build on ppc64le hosts
  gcc-7.3: Backport fixes for std::pair high memory usage

 meta/recipes-devtools/gcc/gcc-7.3.inc         |  2 +
 ...c64le-build-Partial-backport-r256656.patch | 36 ++++++++++++
 ...-PR-c-80290-memory-hog-with-std-pair.patch | 57 +++++++++++++++++++
 3 files changed, 95 insertions(+)
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-Fix-ppc64le-build-Partial-backport-r256656.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-PR-c-80290-memory-hog-with-std-pair.patch

-- 
2.17.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Armin Kuster July 30, 2018, 4:38 p.m. UTC | #1
On 07/29/2018 10:10 PM, Joel Stanley wrote:
> v2: Add Upstream-Status tags

For sumo too ?

- armin
>

> This series has a pair of patches that we have been using in OpenBMC's

> Yocto tree for a few weeks. The build fix is required to compile from

> our ppc64le build machines.

>

> The std::pair fix reduces memory requirements from many gigabytes down

> to something reasonable.

>

> Joel Stanley (2):

>   gcc-7.3: Fix build on ppc64le hosts

>   gcc-7.3: Backport fixes for std::pair high memory usage

>

>  meta/recipes-devtools/gcc/gcc-7.3.inc         |  2 +

>  ...c64le-build-Partial-backport-r256656.patch | 36 ++++++++++++

>  ...-PR-c-80290-memory-hog-with-std-pair.patch | 57 +++++++++++++++++++

>  3 files changed, 95 insertions(+)

>  create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-Fix-ppc64le-build-Partial-backport-r256656.patch

>  create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0001-PR-c-80290-memory-hog-with-std-pair.patch

>


-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core