package/gcc: fix gcc 8.4, 9.3 and 10.2 for sparcv8 (ss10)
authorRomain Naour <romain.naour@gmail.com>
Wed, 20 Jan 2021 23:02:34 +0000 (00:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 21 Jan 2021 20:58:50 +0000 (21:58 +0100)
commit4d16e6f5324f0285f51bfbb5a3503584f3b3ad12
tree31a35078fb9326777e077a809391bf7946559cf2
parentd25818dfcc1f23b46089dfbc9e40d451d7613833
package/gcc: fix gcc 8.4, 9.3 and 10.2 for sparcv8 (ss10)

As reported on IRC by sephthir, the qemu_sparc_ss10_defconfig doesn't
work as expected: the system generated when booted under Qemu produces
illegal instruction messages.

gcc 8.3, 9.2 are the latest working gcc version. git bisect between
gcc 8.3 and 8.4 allowed to identify the commit that introcuced the
regression.

Reverting this patch allowed to produce a working rootfs.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/786589934

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcc/10.2.0/0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch [new file with mode: 0644]
package/gcc/8.4.0/0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch [new file with mode: 0644]
package/gcc/9.3.0/0005-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch [new file with mode: 0644]