mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Merge pull request #3351 from ronald-cron-arm/make_cmake_versions
Add output of make, cmake and python3 versions
This commit is contained in:
		
						commit
						14b8b3cd51
					
				@ -13,6 +13,7 @@
 | 
			
		||||
# This includes:
 | 
			
		||||
#   - architecture of the system
 | 
			
		||||
#   - type and version of the operating system
 | 
			
		||||
#   - version of make and cmake
 | 
			
		||||
#   - version of armcc, clang, gcc-arm and gcc compilers
 | 
			
		||||
#   - version of libc, clang, asan and valgrind if installed
 | 
			
		||||
#   - version of gnuTLS and OpenSSL
 | 
			
		||||
@ -71,6 +72,12 @@ echo
 | 
			
		||||
echo "** Tool Versions:"
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
print_version "make" "--version" "" "head -n 1"
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
print_version "cmake" "--version" "" "head -n 1"
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
if [ "${RUN_ARMCC:-1}" -ne 0 ]; then
 | 
			
		||||
    : "${ARMC5_CC:=armcc}"
 | 
			
		||||
    print_version "$ARMC5_CC" "--vsn" "" "head -n 2"
 | 
			
		||||
@ -105,6 +112,9 @@ echo
 | 
			
		||||
print_version "python" "--version" "" "head -n 1"
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
print_version "python3" "--version" "" "head -n 1"
 | 
			
		||||
echo
 | 
			
		||||
 | 
			
		||||
# Find the installed version of Pylint. Installed as a distro package this can
 | 
			
		||||
# be pylint3 and as a PEP egg, pylint. In test scripts We prefer pylint over
 | 
			
		||||
# pylint3
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user