Add CC_VERSION to info message

This commit is contained in:
Tim Angus 2025-07-14 17:00:09 +01:00
parent 75fb0ddccc
commit 2dc5fc674e

View File

@ -1136,6 +1136,8 @@ ifndef CC
CC=gcc
endif
CC_VERSION=$(shell $(CC) --version | head -n1)
ifndef RANLIB
RANLIB=ranlib
endif
@ -1598,6 +1600,7 @@ targets: makedirs
@echo " HAVE_VM_COMPILED: $(HAVE_VM_COMPILED)"
@echo " PKG_CONFIG: $(PKG_CONFIG)"
@echo " CC: $(CC)"
@echo " CC_VERSION: $(CC_VERSION)"
ifeq ($(PLATFORM),mingw32)
@echo " WINDRES: $(WINDRES)"
endif