Commit Graph

5 Commits

Author SHA1 Message Date
Dylan Araps
ce65618986
gcc: backport patch from GCC 11.2
This fixes a compiler bug which causes Firefox builds to fail.
2021-07-01 18:24:24 +00:00
Dylan Araps
6dd1eb9076
gcc: bump to 10.1.0 2020-05-08 09:41:35 +03:00
Dylan Araps
ba2e102739
gcc: Revert static-pie fix.
This fix has been reverted as it has caused far too much
breakage in select packages. I'm surprised that this
patch caused issues as nothing came up in my testing.

Apologies for the inconvenience.

NOTE: Remove the following from your 'CFLAGS' if you
      have them defined: '-fno-pie -no-pie'
2020-02-11 02:12:37 +02:00
Dylan Araps
96ad6fbe89
gcc: bump version for libgomp and static-pie fixes.
Both fixes were made by @ioraff.

NOTE: --disable-bootstrap has been added to aid in compile times.
      This is fine as we are going from 9.2.0 to... 9.2.0.
2020-02-09 09:15:39 +02:00
Dylan Araps
d7a4e9f6fd
gcc: fix libgomp relocation. Patch applied from @ioraff
Closes #138
2020-01-23 01:08:16 +02:00