On Sun, Jul 12, 2009 at 20:01, David McCullough wrote:
> Jivin David McCullough lays it down ...
>> > at any rate, in the process of fixing my inverted logic, it looks like
>> > some were left behind.  you'll want to drop the AC_SUBST() right after
>> > the AC_ARG_ENABLE():
>> > +AC_SUBST(use_ld_elf2flt_script)
>> >
>> > and then at the end, you used the _script instead of the _binary:
>> > +if test "$use_ld_elf2flt_script" = "yes" ; then
>> > +AC_OUTPUT(ld-elf2flt)
>> > +fi
>>
>> Yep, thanks,  I didn't quite get back to figuring out why it only built
>> ld-elf2flt (the script) at build time and not at configure time ;-)
>>
>> So I think what I have ready to commit is good to go.  Haven't seen any
>> comments strongly against it,  so later today or tomorrow I'll check it in,
>
> All done,  checkout it out and see if I managed to break it ;-)

one more ... the "all" target should not be depending on "ld-elf2flt"
anymore as this is handled through the PROG vars.  it isnt a problem
for Linux systems, but when EXEEXT is set, things go boom.
-mike
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to