diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2025-04-10 16:58:49 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2025-04-10 17:04:26 +0800 |
commit | 72dff34bcdd6f05b64bbf07739ab815e673b5946 (patch) | |
tree | 043eb3d4e9915477e62938478022475ca16c105d /gcc/rust/backend | |
parent | 9e48698228dbf1bbebba3a52d7ae2f47fee89624 (diff) | |
download | gcc-72dff34bcdd6f05b64bbf07739ab815e673b5946.zip gcc-72dff34bcdd6f05b64bbf07739ab815e673b5946.tar.gz gcc-72dff34bcdd6f05b64bbf07739ab815e673b5946.tar.bz2 |
RISC-V: Fix the behavior for multilib-generator with --cmodel=large on rv32
Large code model is only supported on RV64, so we don't need to
generate the multilibs for RV32 with --cmodel=large. And the compact
code model is something we don't supported on upstream (which is
accidentally added in the past), so we need to remove it.
gcc/ChangeLog:
* config/riscv/multilib-generator: Remove the compact code model
and check large code model for RV32.
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions