Subject: Re: PostgreSQL on m68k
To: John Klos <john@sixgirls.org>
From: Steve Woodford <scw@netbsd.org>
List: port-m68k
Date: 01/11/2003 12:33:44
On Sat, 11 Jan 2003, John Klos wrote:

> When we update code to use the new assembler syntax, such as the m68k code
> snippet in postgresql-client, what do we do about the old syntax? #ifdefs?

I could be wrong, but I believe our toolchain has supported the new syntax
for quite some time, so it's pretty unlikely to break on anything but a
really old m68k installation.

If you still want to #ifdef it though, make it conditional on __ELF__
being defined.

Cheers, Steve