Re: how does buildsystem choose the correct compiler on crosscompile ?

2012-08-30 Thread François Revol
On 30/08/2012 15:39, John-Mark Bell wrote: > On Thu, Aug 30, 2012 at 02:34:52PM +0100, Bernd Roesch wrote: >> Hi, >> >> I try to compile libwapcaplet with the new buildsystem on cygwin hostet. >> gcc is default to X86 >> here. >> If you want compile for 68k m68k-amigaos-gcc is need. >> >> make

Re: how does buildsystem choose the correct compiler on crosscompile ?

2012-08-30 Thread John-Mark Bell
On Thu, Aug 30, 2012 at 02:34:52PM +0100, Bernd Roesch wrote: > Hi, > > I try to compile libwapcaplet with the new buildsystem on cygwin hostet. gcc > is default to X86 > here. > If you want compile for 68k m68k-amigaos-gcc is need. > > make TARGET=amigaos3 > > But there is no m68k-amigaos-

how does buildsystem choose the correct compiler on crosscompile ?

2012-08-30 Thread Bernd Roesch
Hi, I try to compile libwapcaplet with the new buildsystem on cygwin hostet. gcc is default to X86 here. If you want compile for 68k m68k-amigaos-gcc is need. make TARGET=amigaos3 But there is no m68k-amigaos-gcc compiler use. I miss a option to set the compiler file name in makefile.top .