From: Mike Frysinger Date: Sun, 8 Apr 2012 19:54:17 +0000 (-0400) Subject: MAKEALL: fix cross-compiler lookup breakage after CROSS cleanup X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f80f6e457fabb376dbd16e93a6564803f30b1b07;hp=d25026df291a15da9059bc41af0bb70c7680b86e;p=uclinux-h8%2FuClibc.git MAKEALL: fix cross-compiler lookup breakage after CROSS cleanup Commit ae14cd49a8da6e62e35636 broke testing of multiple arches in one go. Signed-off-by: Mike Frysinger --- diff --git a/extra/scripts/MAKEALL b/extra/scripts/MAKEALL index d9a0274b3..457df909c 100755 --- a/extra/scripts/MAKEALL +++ b/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