On Sun, 14 Mar 2010 13:12:10 +0100, Sylvain Munaut 246tnt@gmail.com wrote:
I think you're right. Look in firmware/Makefile.inc line 118
It should probably be
$(CROSS_COMPILE)$(AR) cru $$($(1)_DIR)/lib$(1).a $$($(1)_OBJS)instead of just:
$(AR) cru $$($(1)_DIR)/lib$(1).a $$($(1)_OBJS)
definitely the more intelligent solution, rather than what I just sent. thanks :)