foss-for-synopsys-dwc-arc-processors / buildroot

The development tree for Buildroot support for the Synopsys DesignWare ARC processor family
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/blob/arc-dev/README.md
Other
7 stars 2 forks source link

Support for gcc 13 #38

Closed BrunoASMauricio closed 9 months ago

BrunoASMauricio commented 11 months ago

Fix for https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot/issues/37

Following the commented suggestion, cherry-picked commits from https://github.com/RomainNaour/buildroot/commits/toolchain-builder-2023.05

GCC 13.0 can now be selected and the builds follow through with success

pavelvkozlov commented 11 months ago

Looks good for me. @abrodkin I think we should rebase our arc64 branch to the latest upstream. Now in upstream buildroot uses glibc 2.37 without any patches and its good for us (no need to delete patches) and I think it is better to rebase before merge of this PR.

BrunoASMauricio commented 9 months ago

No longer necessary with the latest changes