--- trunk/include/multilib.sminc 2012/11/02 10:45:29 13972 +++ trunk/include/multilib.sminc 2012/11/02 10:54:04 13974 @@ -98,7 +98,6 @@ fi # configure a linux32 emulated build - local linux32 if [[ ${EMUL_LINUX_32} = true ]] then if [[ ${MULTILIB_VERBOSE} = true ]] @@ -107,7 +106,6 @@ fi uname(){ linux32 uname $@; } && export -f uname local orig_chost="${CHOST}" && export CHOST="i686-pc-linux-gnu" - linux32="linux32" fi if [[ ${MULTILIB_VERBOSE} = true ]] then @@ -115,7 +113,7 @@ fi # run any given command - eval ${linux32} $@ || die + eval $@ || die unset ABI CC CXX ABI_LIBDIR # keep pkgconfig clean @@ -127,7 +125,6 @@ then unset uname export CHOST="${orig_chost}" && unset orig_chost - unset linux32 fi }