This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool "no: command not found"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]