On Sun, 14 Mar 2021 14:03:01 +0100 Ahmad Fatoum <ahmad@xxxxxx> wrote: Hi! > We don't yet require support for float and atomic ops, so remove > their letter. > > Suggested-by: Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx> > Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> > --- > arch/riscv/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile > index 133e43af41bf..6df7d9d9eeac 100644 > --- a/arch/riscv/Makefile > +++ b/arch/riscv/Makefile > @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ARCH_RV32I),y) > riscv-cflags-y += -march=rv32im -mabi=ilp32 > riscv-ldflags-y += -melf32lriscv > else > - riscv-cflags-y += -march=rv64imafd -mabi=lp64 > + riscv-cflags-y += -march=rv64im -mabi=lp64 ^^^^^ Can you drop extra whitespace here, please? > riscv-ldflags-y += -melf64lriscv > endif > > -- > 2.30.0 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox -- Best regards, Antony Pavlov _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox