Skip to content

Commit 02c55f9

Browse files
committed
makefile: print GCC version at the end of build
1 parent 07ec683 commit 02c55f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ LDFLAGS = $(MCU) -specs=nano.specs -TLinker/$(LD_NAME)$(LD_SUFFIX) $(LIBDIR) $(L
6363
LDFLAGS_SIGNATURE = $(MCU) -specs=nano.specs -TLinker/$(LD_NAME)_SIGNATURE$(LD_SUFFIX) $(LIBDIR) $(LIBS) -Wl,-Map=$(BUILD_DIR)/$(TARGET).map,--cref -Wl,--gc-sections
6464

6565
# default action: build all
66-
all: debug signed
66+
all: debug signed
67+
arm-none-eabi-gcc -v
6768

6869
debug: $(TARGET_DIR)/$(TARGET).elf $(TARGET_DIR)/$(TARGET).hex $(TARGET_DIR)/$(TARGET).bin
6970

0 commit comments

Comments
 (0)