Trying to get crosstool-0.43 to work on Solaris 9
David Kahn
dmkahn@gmail.com
Fri Mar 16 10:09:00 GMT 2007
Alexander Skwar wrote:
>>From my OP:
>
> askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ CONFIG_SHELL=/bin/ksh
> askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ export CONFIG_SHELL
> askwar@winpc000220 ~/cross-compile/crosstool-0.43 $ sh ./demo-i686.sh 2>&1 | tee
> "build-log `date +%Y%m%d_%H%M%S`.txt"
> [...]
right :)
Since my shell isn't /bin/ksh, I found that this worked
for me:
[ exec ] /bin/ksh
SHELL=/bin/ksh; export SHELL
CONFIG_SHELL=/bin/ksh; export CONFIG_SHELL
/bin/ksh ...
And somewhere in the process you have to thank Mr Dave Korn
for creating ksh. (I used to work in Holmdel in a prior life,
Dave. Now I'm at Sun, since 1990.)
-David
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list