From 9449c1fc3f42ac5842239043d0092a108558dfa7 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 29 Mar 2012 09:12:08 -0700 Subject: [PATCH] Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 977376e1..73ad35d0 100644 --- a/makefile +++ b/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:)