crosstool "no: command not found"

Dan Kegel dank@kegel.com
Fri Sep 19 00:18:00 GMT 2003


Dan Kegel wrote:
> See http://sources.redhat.com/ml/bug-binutils/2003-q2/msg00459.html
> It looks like the "no" is a bug, not a real command.
> Try this little patch:
> 
> --- crosstool-0.24/crosstool.sh.old	Thu Sep 18 16:55:03 2003
> +++ crosstool-0.24/crosstool.sh	Thu Sep 18 16:55:23 2003
> @@ -113,7 +113,7 @@
>  mkdir -p build-binutils; cd build-binutils
>  
>  if test '!' -f Makefile; then
> -    ${BINUTILS_DIR}/configure --target=$TARGET --prefix=$PREFIX
> +    ${BINUTILS_DIR}/configure --target=$TARGET --prefix=$PREFIX
> --disable-nls
>  fi

Damn, line wrap.  Just add --disable-nls by hand to binutils configure...
- Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list