On Fri, 13 May 2005, Paul D. Smith wrote: ... snip ...
> I always do it the other way around. As you say, needing to build a > native tool is not common. So, I do something like: > > HOST_CC = gcc > HOST_CXX = g++ > > CC = $(CROSS_COMPILE)gcc > CXX = $(CROSS_COMPILE)g++ yes, that makes more sense, thanks. rday _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
