Skip to content

Commit 18edeb4

Browse files
committed
Use GNU ar instead of llvm-ar for LLVM toolchain
1 parent 995f577 commit 18edeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ifeq ($(TOOLCHAIN_TYPE),llvm)
4040
READ = $(CROSS_COMPILE)llvm-readelf
4141
OBJ = $(CROSS_COMPILE)llvm-objcopy
4242
SIZE = $(CROSS_COMPILE)llvm-size
43-
AR = $(CROSS_COMPILE)llvm-ar
43+
AR = $(CROSS_COMPILE)ar
4444

4545
CFLAGS += --target=riscv32-unknown-elf
4646
CFLAGS += -Wno-unused-command-line-argument

0 commit comments

Comments
 (0)