Verified Commit 7557d4d8 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Disable cross compiling setting if we can actually execute the stuff

parent a66a8128
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ Dynamic NC generation disabled."
			FAST="yes" # build extra fast libraries
			;;
		esac
		if [ "$host_alias" = "`echo $build_alias | sed -e s/x86_64/i686/g" ]
		if [ "$host_alias" = "`echo $build_alias | sed -e s/x86_64/i686/g`" ]
		then
			cross_compiling=no # we can actually execute the code
		esac