commit | 095773e707ae1509f5bca0ad82f4e510e2ecdf80 | [log] [tgz] |
---|---|---|
author | Anup Patel <apatel@ventanamicro.com> | Sat Nov 18 18:58:47 2023 +0530 |
committer | Will Deacon <will@kernel.org> | Tue Nov 21 15:33:08 2023 +0000 |
tree | 45c2adc737245339c9971df8b2ddca14835d1f8c | |
parent | 328f0879eeaee9ac167e3d00e4a9b5553e99d2f9 [diff] |
riscv: Fix guest/init linkage for multilib toolchain For RISC-V multilib toolchains, we must specify -mabi and -march options when linking guest/init. Fixes: 2e99678314c2 ("riscv: Initial skeletal support") Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/20231118132847.758785-7-apatel@ventanamicro.com Signed-off-by: Will Deacon <will@kernel.org>