summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-01-18 18:15:17 +0600
committerLean Sheng Tan <sheng.tan@9elements.com>2024-02-18 07:53:09 +0000
commit732134932b7b01262fbcb3e08328ec09af1f90e8 (patch)
treee4fd864f81ac6662b88b4de0938022ab0faa214b /Documentation/releases
parent8bbc07ef232c329d811ae920953a9858c5b1821e (diff)
downloadcoreboot-732134932b7b01262fbcb3e08328ec09af1f90e8.tar.gz
coreboot-732134932b7b01262fbcb3e08328ec09af1f90e8.tar.bz2
coreboot-732134932b7b01262fbcb3e08328ec09af1f90e8.zip
util/crossgcc/buildgcc: Compile RISC-V GCC with medany
currently the HiFive Unmatched mainboard produces the following error: ``` util/crossgcc/xgcc/lib/gcc/riscv64-elf/13.2.0/rv64imafdc/lp64d/libgcc.a (_clzsi2.o): in function `__clzdi2': util/crossgcc/gcc-13.2.0/libgcc/libgcc2.c:690:(.text+0x1e): relocation truncated to fit: R_RISCV_HI20 against symbol `__clz_tab' defined in .rodata section in util/crossgcc/xgcc/lib/gcc/riscv64-elf/13.2.0/ rv64imafdc/lp64d/libgcc.a(_clz.o) ``` This is due to the fact that the libgcc.a library is compiled with the medlow code model but the mainboards are compiled with the medany code model. Changing the code model of the GCC libraries to the medany code model fixes the issue. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: If5f07ce034686dd7fec160ea76838507c0ba7fa0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80139 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: ron minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases')
0 files changed, 0 insertions, 0 deletions