Subject: Re: Can anyone help with this one?
To: David Hopper <bard@tiamat.chaldea.com>
From: J.T. Conklin <jtc@cygnus.com>
List: port-m68k
Date: 12/07/1995 01:57:33
>>>>> "David" == David Hopper <bard@tiamat.chaldea.com> writes:

David> With binutils 2.6 and GCC 2.7.1, I'm getting the following with
David> any floating point code using -m68040:

David> How do I configure GCC/GAS to grok my 68040?

David> Sorry if this is a newbie question...

It looks like gcc's m68k config does not pass the -m68040 option through
to the assembler.  This can probably be fixed by a correct ASM_SPEC
definition in gcc/config/m68k/netbsd.h.

	--jtc