Re: [ccache] ccache and gcc triplet

2011-01-24 Thread Gilles Espinasse
- Original Message - From: "Joel Rosdahl" To: Sent: Monday, January 24, 2011 10:36 PM Subject: Re: [ccache] ccache and gcc triplet > On 2011-01-23 22:43, Gilles Espinasse wrote: > > [...] > > I had think to add triplet symlink (i486-linux-gnu-gcc) to ccache. > > > > Is there another s

Re: [ccache] How to make ccache not interpret 'multiple'

2011-01-24 Thread Joel Rosdahl
On 2011-01-24 19:44, NITIN KHOSLA, BLOOMBERG/ 731 LEXIN wrote: > what i have been able to figure out is: solaris CC compiler uses > another option(-P) to generate preprocessor file. If I compile the > file with -P and then compile the generated .i file, it works!! The > problem is the -P option doe

Re: [ccache] ccache and gcc triplet

2011-01-24 Thread Joel Rosdahl
On 2011-01-23 22:43, Gilles Espinasse wrote: > [...] > I had think to add triplet symlink (i486-linux-gnu-gcc) to ccache. > > Is there another solution? The other option is to add ccache as a prefix to the compilation row, so that i486-linux-gnu-gcc arg ... becomes ccache i486-linux-gn

Re: [ccache] How to make ccache not interpret 'multiple'

2011-01-24 Thread NITIN KHOSLA, BLOOMBERG/ 731 LEXIN
Hi Joel - what i have been able to figure out is: solaris CC compiler uses another option(-P) to generate preprocessor file. If I compile the file with -P and then compile the generated .i file, it works!! The problem is the -P option doesn't obey the -o option. And ccache generates that -E outpu