1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

tools.mk: report win gcc version when doing a all_sdk_versions

This commit is contained in:
Philippe Renon 2016-07-11 22:48:47 +02:00
parent 0a4d254a26
commit bc65e80d11

View File

@ -587,16 +587,14 @@ endif
.PHONY: mingw_version .PHONY: mingw_version
mingw_version: gcc_version mingw_version: gcc_version
else # Linux or Mac
all_sdk_version: gcc_version
endif endif
.PHONY: gcc_version .PHONY: gcc_version
gcc_version: gcc_version:
-$(V1) gcc --version | head -n1 -$(V1) gcc --version | head -n1
all_sdk_version: gcc_version
############################## ##############################
# #
# Python # Python