On Mon, Aug 23, 2010 at 8:33 AM, Andrew Guertin lists@dolphinling.net wrote:
I figured out the problem right after sending this: when I set $CC, it overwrites the makefile variable that tells it to use lpgcc, so lpgcc isn't getting used.
I changed all occurrences of "CC" in the tint makefile to "MYCC", and it compiled correctly.
Is there a less hackish way I should solve it, and then submit a patch? Or does someone who knows what they're doing better want to take care of it?
Hi Andrew,
I have some patches for tint to add xcompile and some other build changes to match what has gone into libpayload. I'll try to post them later today.
Marc