aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-7.3.inc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-07-30 14:40:29 +0930
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-31 22:55:31 +0100
commit51a09ba2729a840a9f2f87b68c7f50a3e6ac0d04 (patch)
tree4ceeb9d05bce32662eadc2238cc6ca730a68151a /meta/recipes-devtools/gcc/gcc-7.3.inc
parentc17f5e7e954487ad3e97e26c3e0d31443d658d5a (diff)
downloadopenembedded-core-contrib-51a09ba2729a840a9f2f87b68c7f50a3e6ac0d04.tar.gz
gcc-7.3: Backport fixes for std::pair high memory usage
C++ applications that contain a specfic use of std::pair with tempates cause the build to require many gigabytes of RAM to build. This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I213f96d1d6332e2dce5765482ff3413f1abd7ff8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-7.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-7.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc
index 81320dc52a..c7c88f12e4 100644
--- a/meta/recipes-devtools/gcc/gcc-7.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.3.inc
@@ -80,6 +80,7 @@ BACKPORTS = "\
file://0001-Fix-internal-compiler-error-in-testcase.patch \
file://0001-PR-rtl-optimization-83030.patch \
file://0001-Fix-ppc64le-build-Partial-backport-r256656.patch \
+ file://0001-PR-c-80290-memory-hog-with-std-pair.patch \
"
SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2"