LIBTOOL is currently always being set, regardless of whether it really should be. This means I have to explicitly unset it before building with my host-gcc target, since at least one open-source component I build (freetype2) fails if I don't.

Recommended change:

if [ -d /scratchbox/compilers/`sb-conf show -c`/arch_tools ]; then
    export LIBTOOL="/targets/links/arch_tools/bin/libtool"
fi

Diane
_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to