Re: [PATCH] riscv: elf-multilib: add rv32iafc to defaults

2022-08-29 Thread Peter Marheine via Gcc-patches
Ping; any comments on this? > rv32iafc-ilp32 is compatible with rv32iac-ilp32 for library > implementation, so add a reuse rule allowing the default configuration > to support rv32iafc.

[PATCH] riscv: elf-multilib: add rv32iafc to defaults

2022-08-14 Thread Peter Marheine via Gcc-patches
rv32iafc-ilp32 is compatible with rv32iac-ilp32 for library implementation, so add a reuse rule allowing the default configuration to support rv32iafc. -IAFC is an unusual configuration (much less common than -IMAFC), but multilib reuse has essentially no cost: this change is useful to users of pl