diff options
Diffstat (limited to 'arch/riscv64/source.mk')
| -rw-r--r-- | arch/riscv64/source.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
