Skip to content

Commit

Permalink
Fix make rule in default_rules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
gtagliavini committed Jul 22, 2022
1 parent b2d95ce commit 68e8c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtos/pulpos/common/rules/pulpos/default_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ PULP_CFLAGS += -fno-jump-tables -fno-tree-loop-distribute-patterns
endif
ifdef PULP_RISCV_LLVM_TOOLCHAIN
PULP_CC := $(PULP_RISCV_LLVM_TOOLCHAIN)/bin/clang
PULP_LD := /home/tagliavini/pulpnn-isa/pulp-riscv-gnu-toolchain/INSTALL/bin/$(PULP_LD)
#PULP_LD := $(PULP_RISCV_LLVM_TOOLCHAIN)/bin/$(PULP_LD)
PULP_LD := $(PULP_RISCV_LLVM_TOOLCHAIN)/bin/$(PULP_LD)
PULP_AR := $(PULP_RISCV_LLVM_TOOLCHAIN)/bin/$(PULP_AR)
endif
endif
Expand Down

0 comments on commit 68e8c94

Please sign in to comment.