crosstool-ng/packages/gcc
Chris Packham e8b3eccd8a gcc: Add upstream patch for build issue on RISCV
Depending on the host C++ compiler GCC13 fails on riscv configurations
with the following error

 src/gcc/gcc/config/riscv/genrvv-type-indexer.cc:118:30: error: no member named 'log2' in namespace 'std'; did you mean simply 'log2'?
        elmul_log2 = lmul_log2 - std::log2 (sew / eew);
                                 ^~~~~~~~~
                                 log2
 /usr/include/c++/v1/math.h:1463:1: note: 'log2' declared here
    log2(_A1 __lcpp_x) _NOEXCEPT {return ::log2((double)__lcpp_x);}
    ^

Bring in an upstream fix for the build error.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2023-05-14 10:35:14 +12:00
..
4.9.4 Run patches thru manage-packages -P 2022-02-11 00:47:51 -08:00
5.5.0 Remove gcc-oracle-4.8-44.0.5 2022-02-11 00:47:50 -08:00
6.5.0 Support targeting macOS aarch64 in older GCCs 2023-03-14 08:56:14 +13:00
7.5.0 Support targeting macOS aarch64 in older GCCs 2023-03-14 08:56:14 +13:00
8.5.0 Support targeting macOS aarch64 in older GCCs 2023-03-14 08:56:14 +13:00
9.5.0 Support targeting macOS aarch64 in older GCCs 2023-03-14 08:56:14 +13:00
10.4.0 Backport fixes for glibc and gcc to fix interactions with kernel headers 2022-11-09 20:36:04 +13:00
11.3.0 Backport fixes for glibc and gcc to fix interactions with kernel headers 2022-11-09 20:36:04 +13:00
12.3.0 gcc: Add 12.3.0 2023-05-14 10:34:29 +12:00
13.1.0 gcc: Add upstream patch for build issue on RISCV 2023-05-14 10:35:14 +12:00
package.desc gcc: Add 13.1.0 2023-05-14 10:35:14 +12:00