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:
parent
0a4d254a26
commit
bc65e80d11
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user