diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-07-14 10:52:22 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-07-17 13:57:12 +0000 |
commit | e4d660b2dc290b119496bc1de0fe4dc10046d04b (patch) | |
tree | 4c3ef7c90af95fe78fc9f85b19d39739fbafdf0a /util/cbfstool/cbfs-payload-linux.c | |
parent | 9922a8b36330c7ba0372e6f0915c3238d89cd594 (diff) |
crossgcc: Enable rv32iafc-ilp32 configuration
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 platforms that support hardware floating-point but cannot
use hardware multiply/divide for any reason. To avoid generating a
new set of libraries this is limited to the soft-float ABI.
Tested by verifying that `gcc -march=rv32iafc -mabi=ilp32
--print-search-dirs` refers to the rv32iac/ilp32 library directory
as expected, rather than just the root library directory as occurs
when an unsupported target is selected (for instance, rv32id).
Change-Id: Ie056ba6488a138fe0876eebf7cbc59477b3c3518
Signed-off-by: Peter Marheine <pmarheine@chromium.org>
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76539
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'util/cbfstool/cbfs-payload-linux.c')
0 files changed, 0 insertions, 0 deletions