We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5203e4 commit 71b74f8Copy full SHA for 71b74f8
misoc/software/common.mak
@@ -34,13 +34,13 @@ endif
34
MSCIMG_normal := $(PYTHON) -m misoc.tools.mkmscimg
35
36
ifeq ($(CPU),or1k)
37
-CARGO_normal := env CARGO_TARGET_DIR=$(realpath .)/cargo cargo rustc --target $(CARGO_TRIPLE)
+CARGO_normal := env CARGO_TARGET_DIR=$(realpath .)/cargo TARGET_AR=$(AR_normal) cargo rustc --target $(CARGO_TRIPLE)
38
endif
39
ifeq ($(CPU),vexriscv)
40
-CARGO_normal := cargo xbuild
+CARGO_normal := env TARGET_AR=$(AR_normal) cargo xbuild
41
42
ifeq ($(CPU),vexriscv-g)
43
44
45
46
CC_quiet = @echo " CC " $@ && $(CC_normal)
0 commit comments