package/gcc: add OpenRisc patches for gcc version 11.1.0
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Sun, 15 Aug 2021 18:03:59 +0000 (20:03 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 17 Aug 2021 21:11:44 +0000 (23:11 +0200)
commit137225cef423ccbebc31d0c562bf3f37192739ac
tree3ba6906824a3783425f3e197fafe618d9d03c23c
parent8581151d515af5f9ddc0a96236431de1abeca3e2
package/gcc: add OpenRisc patches for gcc version 11.1.0

At the moment of gcc 11.1.0 release the OpenRisc patches for -mcmodel=large
were still pending. They have been upstreamed yesterday as pointed in gcc
bugzilla[1]. So they will be part of gcc 11.3.0 or maybe before on 11.2.
2. Anyway at the moment if we try to build packages libgeos and protobuf
with OpenRisc gcc 11.1.0 it fails due to missing -mcmodel=large. So let's
add OpenRisc patches for it as done for all the previous versions.

Fixes:
still not appeared on autobuilers

[1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99783

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/gcc/11.1.0/0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch [new file with mode: 0644]
package/gcc/11.1.0/0003-or1k-Use-cmodel-large-when-building-crtstuff.patch [new file with mode: 0644]