瀏覽代碼

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 年之前
父節點
當前提交
f80f6e457f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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