From 6973772c26a0975e2df5623a705d91573b4bfd45 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 6 May 2023 20:33:53 +0300 Subject: make cross compile more conformant --- arch/riscv64/source.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/riscv64/source.mk') diff --git a/arch/riscv64/source.mk b/arch/riscv64/source.mk index f050468..384f75a 100644 --- a/arch/riscv64/source.mk +++ b/arch/riscv64/source.mk @@ -13,7 +13,7 @@ DEBUGFLAGS != [ $(LLVM) ] && echo $(DEBUGFLAGS:-flto=) || echo $(DEBUGFLAGS) # llvm-objcopy is buggy, use gnu tools instead # christ, not much LLVM tooling available for RISCV :D -OBJCOPY := $(CROSS_COMPILE)-objcopy +OBJCOPY := $(CROSS_COMPILE)objcopy run: $(ARCH_SOURCE)/conf/mkimage.sh $(ARCH) -- cgit v1.3