Skip to content

Commit 4d8028f

Browse files
committed
makefile: print GCC version at the end of build
1 parent 93345d0 commit 4d8028f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.common

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

7878
# default action: build all
79-
all: debug signed
79+
all: debug signed
80+
arm-none-eabi-gcc -v
8081

8182
debug: $(TARGET_DIR)/$(TARGET).elf $(TARGET_DIR)/$(TARGET).hex $(TARGET_DIR)/$(TARGET).bin
8283

0 commit comments

Comments
 (0)