Currently building GMP with GCC 15 causes this error: "configure: error: could not find a working compiler, see config.log for details" GCC 15 by default uses std=gnu23 but that causes the build of GMP to fail. So hardcode it to always build GMP using std=gnu17. Once GMP is fixed in their next release, we can remove this again. source: https://gmplib.org/list-archives/gmp-bugs/2024-November/005550.html Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I7813ff18e8e486bece503652af69de1db93958b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/87650 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> |
||
|---|---|---|
| .. | ||
| patches | ||
| sum | ||
| tarballs | ||
| .gitignore | ||
| buildgcc | ||
| description.md | ||
| edk2tools.txt | ||
| getopt.c | ||
| Makefile | ||
| Makefile.mk | ||
| README | ||
README ------ This is a cross toolchain builder for -elf toolchains (ie. no libc support) known working: i386-elf x86_64-elf powerpc-elf arm-elf armv7a-eabi aarch64-elf known broken: alpha-elf powerpc64-elf