Subject: Re: can't crossbuild arm on Solaris 10
To: Richard Earnshaw <rearnsha@arm.com>
From: Garrett D'Amore <garrett@damore.org>
List: tech-toolchain
Date: 06/20/2006 07:42:14
Richard Earnshaw wrote:
> On Mon, 2006-06-19 at 20:07, Garrett D'Amore wrote:
>   
>> Anytime I try to cross build any arm-based port using
>>
>> ./build.sh -T ${METEOR_TOOLS} -m shark tools
>>
>> (or for evbarm, iyonix, etc.) I get errors.  The hard error looks like
>> it might be due to binutils trying to use /bin/sh instead of
>> /usr/xpg4/bin/sh.  I can't seem to figure out how to tell it to use my
>> ${HOST_SH}, which is /usr/xpg4/bin/sh.
>>
>>     
>
> Try setting CONFIG_SHELL in the environment before you start the
> configure.
>
>
>   
Hmm... that seemed to do the trick.  It would be nice if build.sh could
do this for us.

    -- Garrett