Sounds like I'd better try the ORBit2 config with the cross-compiler and
make
a list of my problems to so we get something workable.
My previous cross-compile work was with ORBit.
-Dave
>> Paul Eggert wrote:
[snip]
>>
>> Now, now, it's OK to use AC_TRY_RUN if there's a reasonable fallback
>> when not cross-compiling. (Please don't stick pins into my doll's
>> head! :-)
>So YOU'RE the one! :-) I dare you to show me a reasonable use of
>AC_TRY_RUN that is correct both for self-hosted and for cross
>development.
>(Defaults that work for 'most' targets don't qualify.)
> > 4. Some people with favorable envirnments have modified AC_TRY_RUN
> > to actually run code on the target;
>
> I seem to recall somewhat submitting a patch recently along those lines.
>
>Has it been accepted yet? That would be great.
>
>- Dan