Re: [sqlite] [3070601] Makefile to cross-compile?

2011-04-15 Thread Gilles Ganault
On Fri, 15 Apr 2011 09:23:10 +0200, Gilles Ganault wrote: >I need to write a Makefile to cross-compile amalgamation-3070601 to >generate the static and shared libraries. For the benefit of other newbies who might need this: BASE=/opt/toolchain CC=bfin-linux-uclibc-gcc

[sqlite] [3070601] Makefile to cross-compile?

2011-04-15 Thread Gilles Ganault
Hello I need to write a Makefile to cross-compile amalgamation-3070601 to generate the static and shared libraries. Is this the right way? == #Path added to PATH CC=bfin-linux-uclibc-gcc AR=bfin-linux-uclibc-ar rcu CFLAGS=-O2 -Wall -I/usr/src/baps/uClinux-dist/linux-2.6.x/include