jb 1ee427586a FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless
it is built with this defined (which it isn't by default). This change
to sys.mk treats the absence of MACHINE_ARCH as i386 on the assumption
that it will be appropriately defined (as something else) on any other
architecture. When building FreeBSD's make with NetBSD tools, both
MACHINE and MACHINE_ARCH are correctly set (e.g. when bootstrapping
FreeBSD's make on NetBSD/mvme68k, MACHINE=mvme68k and
MACHINE_ARCH=m68k). This isn't really needed for the alpha which
has both defined as 'alpha', but I thought it was worth getting the
distinction between a MACHINE and a MACHINE_ARCH correct now.

Now, shouldn't PC98 have MACHINE=pc98 and MACHINE_ARCH=i386 ??!!
1998-01-21 01:03:51 +00:00
..
1997-11-07 15:40:55 +00:00
1998-01-03 14:13:48 +00:00
1998-01-03 12:22:56 +00:00
1998-01-15 13:42:28 +00:00
1998-01-03 14:06:26 +00:00
1997-12-20 22:31:37 +00:00
1997-11-07 15:40:55 +00:00
1998-01-03 14:13:48 +00:00
1998-01-06 00:54:33 +00:00
1997-07-19 15:19:08 +00:00