|  | @@ -39,6 +39,8 @@ build_script:
 | 
	
		
			
				|  |  |              Execute-Bash 'autoreconf -i'
 | 
	
		
			
				|  |  |              mkdir "${env:build}"
 | 
	
		
			
				|  |  |              Set-Location "${env:build}"
 | 
	
		
			
				|  |  | +            Execute-Bash "which ${env:target}-gcc"
 | 
	
		
			
				|  |  | +            Execute-Bash "${env:target}-gcc --version"
 | 
	
		
			
				|  |  |              Execute-Bash "../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --disable-asciidoc --enable-fatal-warnings --with-openssl-dir=${env:openssl_path}"
 | 
	
		
			
				|  |  |              Execute-Bash "V=1 make -j2"
 | 
	
		
			
				|  |  |              Execute-Bash "V=1 make -j2 install"
 |