Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2
This commit is contained in:
parent
38bbdd2de9
commit
9449c1fc3f
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -342,7 +342,7 @@ ifneq (3,$(GCC_MAJOR_VERSION))
|
|||
CFLAGS_O += -Wno-unused-result
|
||||
endif
|
||||
endif
|
||||
ifeq (clean,$(MAKECMDGOALS))
|
||||
ifneq (clean,$(MAKECMDGOALS))
|
||||
BUILD_FEATURES := $(BUILD_FEATURES). GCC Version: $(GCC_VERSION)
|
||||
$(info ***)
|
||||
$(info *** $(BUILD_SINGLE)Simulator$(BUILD_MULTIPLE) being built with:)
|
||||
|
|
Loading…
Add table
Reference in a new issue