On Fri, Aug 20, 2004 at 01:23:55AM +0200, Thierry Godefroy wrote: > Even weirder: by checking with ps the parameters passed by gcc to "as", I can > see that -m68040 of passed instead of -m68060, while gcc does receive the > -m68060 option !
historical baggage, 68060 support was added to gcc before it was added to binutils. Since than (2.7.2.3) gcc calls the assembler with -m68040 when 68060 was specified.. Richard
