1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-30 21:42:15 +00:00

Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2

This commit is contained in:
Mark Pizzolato
2012-03-29 09:12:08 -07:00
parent 38bbdd2de9
commit 9449c1fc3f

View File

@@ -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:)