Skip to content

Commit

Permalink
[sw] remove unused variable RISCV_TOOLCHAIN (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting authored Feb 25, 2024
2 parents bf246fe + 821c79c commit ec62004
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sw/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ info:
@echo "------------------------------------------------------"
@echo "-- Toolchain"
@echo "------------------------------------------------------"
@echo "Toolchain: $(RISCV_TOLLCHAIN)"
@echo "CC: $(CC)"
@echo "OBJDUMP: $(OBJDUMP)"
@echo "OBJCOPY: $(OBJCOPY)"
Expand Down
1 change: 0 additions & 1 deletion sw/ocd-firmware/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ info:
@echo "MARCH: $(MARCH)"
@echo "MABI: $(MABI)"
@echo "---------------- Info: Toolchain ----------------"
@echo "Toolchain: $(RISCV_TOLLCHAIN)"
@echo "CC: $(CC)"
@echo "OBJDUMP: $(OBJDUMP)"
@echo "OBJCOPY: $(OBJCOPY)"
Expand Down

0 comments on commit ec62004

Please sign in to comment.