diff options
author | Joel Stanley <joel@jms.id.au> | 2018-07-30 14:40:29 +0930 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-31 22:55:35 +0100 |
commit | 666e0783525a298217787e3d2f1460c57c2f59ca (patch) | |
tree | 53003fc766a500c637f58dd153a27f0df0a9d541 /meta/recipes-devtools/gcc/gcc-7.3.inc | |
parent | b1585dde96750c057413564244ac4ed95e8b3d4f (diff) | |
download | poky-666e0783525a298217787e3d2f1460c57c2f59ca.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
(From OE-Core rev: 51a09ba2729a840a9f2f87b68c7f50a3e6ac0d04)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-7.3.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-7.3.inc | 1 |
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 = "\ | |||
80 | file://0001-Fix-internal-compiler-error-in-testcase.patch \ | 80 | file://0001-Fix-internal-compiler-error-in-testcase.patch \ |
81 | file://0001-PR-rtl-optimization-83030.patch \ | 81 | file://0001-PR-rtl-optimization-83030.patch \ |
82 | file://0001-Fix-ppc64le-build-Partial-backport-r256656.patch \ | 82 | file://0001-Fix-ppc64le-build-Partial-backport-r256656.patch \ |
83 | file://0001-PR-c-80290-memory-hog-with-std-pair.patch \ | ||
83 | " | 84 | " |
84 | 85 | ||
85 | SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2" | 86 | SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2" |