Skip to content

Commit

Permalink
[sw/common] remove GDB from toolchain check target
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Mar 31, 2023
1 parent 6e87d56 commit a3eb585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sw/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ endif
@$(OBJCOPY) -V
@echo "---------------- Check: $(SIZE) ----------------"
@$(SIZE) -V
@echo "---------------- Check: $(GDB) ----------------"
@$(GDB) -v
@echo "---------------- Check: NEORV32 image_gen ----------------"
@$(IMAGE_GEN) -help
@echo "---------------- Check: Native GCC ----------------"
Expand Down

0 comments on commit a3eb585

Please sign in to comment.