Re: [sqlite] Compiling sources for Coldfire embedded platform

2008-03-04 Thread Vitali Lovich
Actually, the correct way would be to do make CC=compilername, although for most situations it may produce the same effect. Also, SQLite uses autotools, so it's just a matter of doing CC=compilername ./configure. You can find more info using ./configure --help. Also, for cross-compilation, yo

Re: [sqlite] Compiling sources for Coldfire embedded platform

2008-03-01 Thread Stephen Oberholtzer
On Fri, Feb 29, 2008 at 11:01 PM, <[EMAIL PROTECTED]> wrote: > > > I've downloaded and built the sources for the standard Intel Linux > platform but I want to run this on Linux on a Coldfire (MCF5484) platform. > How do I modify the compiler the build uses (short of just modifying the > Makefi