- give glob a chance
CROSS_COMPILE=~/foo-bar-baz would fail otherwise See http://www.uclibc.org/lists/buildroot/2008-October/011191.html
This commit is contained in:
		@@ -41,9 +41,8 @@ try() {
 | 
			
		||||
    printf "%s\n" "$*" >>$EXE.out
 | 
			
		||||
    printf "%s\n" "==========" >>$EXE.out
 | 
			
		||||
    $debug && echo "Trying: $*"
 | 
			
		||||
    "$@" >>$EXE.out 2>&1
 | 
			
		||||
    exitcode=$?
 | 
			
		||||
    return $exitcode
 | 
			
		||||
    $@ >>$EXE.out 2>&1
 | 
			
		||||
    return $?
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
check_cc() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user