Browse Source

MAKEALL: fix cross-compiler lookup breakage after CROSS cleanup

Commit ae14cd49a8da6e62e35636 broke testing of multiple arches in one go.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 12 years ago
parent
commit
f80f6e457f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      extra/scripts/MAKEALL

+ 2 - 0
extra/scripts/MAKEALL

@@ -127,6 +127,8 @@ for a in "$@" ; do
 	else
 		mark_arch pass $a
 	fi
+
+	unset CROSS_COMPILE
 done
 
 if [ -n "${skip}" ] ; then