diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-08 15:54:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-08 16:10:37 -0400 |
commit | f80f6e457fabb376dbd16e93a6564803f30b1b07 (patch) | |
tree | b8c6e380faae64732591c93ccf898190b7bd4c64 /extra/scripts/MAKEALL | |
parent | d25026df291a15da9059bc41af0bb70c7680b86e (diff) |
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>
Diffstat (limited to 'extra/scripts/MAKEALL')
-rwxr-xr-x | extra/scripts/MAKEALL | 2 |
1 files changed, 2 insertions, 0 deletions
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 |