gcc: add patches to fix PR70473
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Oct 2016 13:53:18 +0000 (15:53 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Oct 2016 14:38:58 +0000 (16:38 +0200)
commit8c97033a01585b7de567847a6b113890001a7a0d
tree0bb5aac00f6377a571de31c39f95d998c6dc2e23
parentb890bd1f04635f3022461a73bff4ed12d5494e72
gcc: add patches to fix PR70473

gcc 5.x introduced a regression in the ARM build, which causes the
s-automata program to consume a very significant amount of RAM during
the gcc build. This causes numerous failures with our Travis-CI based
testing of defconfigs.

In order to address this, this commit backports a commit from the gcc
master branch, to both our gcc 5.x and gcc 6.x support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/5.4.0/831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch [new file with mode: 0644]
package/gcc/6.2.0/831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch [new file with mode: 0644]