/*
 *	aegis - project change supervisor
 *	This file is in the Public Domain, 1995, 1998 Peter Miller.
 *
 * Delete those entries which you do not want to enforce.
 * Additions to this file are most welcome.
 *
 * Remember, if you use heterogeneous development, you will need to pass the
 * architecture to the build_command, and you will need to extensively re-write
 * the DMT rules.  Aegis expects that the development directory and the
 * baseline contains object files and executables for all architectures
 * simultaneously.
 */

architecture =
[
	{
		name = "aix";
		pattern = "AIX-*-*-*";
	},
	{
		name = "alpha";
		pattern = "OSF1-*-*-alpha";
	},
	{
		name = "convex";
		pattern = "ConvexOS-*-10.*-*";
	},
	{
		name = "linux-alpha";
		pattern = "Linux*alpha*";
	},
	{
		name = "linux-intel";
		pattern = "Linux*i[3-9]86*";
	},
	{
		name = "linux-sparc";
		pattern = "Linux*sparc*";
	},
	{
		name = "sun4";
		pattern = "SunOS-4.1*-*-sun4*";
	},
	{
		name = "sun5";
		pattern = "SunOS-5.*-*-sun4*";
	},
	{
		name = "sun5pc";
		pattern = "SunOS-5.*-*-i86pc";
	},
];
