[fpc-pascal] creating cross compiler to fpc

2011-06-15 Thread ik
Hello, I'm trying to create a cross compiler for FPC to be 32 bit on Linux. My problem is that as and ld for 32 bit called as86 and ld86. How can I tell to the make command to use these two rather then i386-linux-as and i386-linux-ld ? Thanks, Ido LINESIP - Opening the source for

Re: [fpc-pascal] creating cross compiler to fpc

2011-06-15 Thread Henry Vermaak
On 15/06/11 14:02, ik wrote: Hello, I'm trying to create a cross compiler for FPC to be 32 bit on Linux. My problem is that as and ld for 32 bit called as86 and ld86. How can I tell to the make command to use these two rather then i386-linux-as and i386-linux-ld ? Just create a symlink with