Subject: Re: No "amiga" define in default compiler...
To: Stephen J. Roznowski <sjr@zombie.ncsc.mil>
From: None <rhealey@aggregate.com>
List: amiga-dev
Date: 03/09/1994 10:29:56
> The default compiler built from the sun-lamp sources
> does not define "amiga". Can/Should this be fixed?
> 
	I talked about this with Chris Hopps and he said, and I agreed
	with him, the answer to this question is no. Any code that
	NEEDS to know it's on an Amiga should put a special if case in
	the Makefile, see Makefile in libkvm for details.

	NetBSD should be the same across all m68k machines, the only
	places that amiga should be defined are in kernel related
	issues and with the exception of libkvm and the disklabel stuff they
	should be under sys/arch/amiga. Hopefully the other m68k ports will
	adopt the cpu040 variable in their kernels and we can
	drop the special case in libkvm soon.

		-Rob

------------------------------------------------------------------------------