Makefile
It will be great to have in make file this line :
CC := $(CROSS_COMPILE)gcc
CXX := $(CROSS_COMPILE)g++
LD := $(CROSS_COMPILE)ld
AR := $(CROSS_COMPILE)ar rc
RANLIB := $(CROSS_COMPILE)ranlib
Thanks
Thomas
Original issue reported on code.google.com by thomas.g...@gmail.com on 20 Jan 2013 at 8:57
Original issue reported on code.google.com by
thomas.g...@gmail.com
on 20 Jan 2013 at 8:57