Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 1998 17:03:52 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/share/mk sys.mk
Message-ID:  <199801210103.RAA06052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/01/20 17:03:52 PST

  Modified files:
    share/mk             sys.mk 
  Log:
  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 ??!!
  
  Revision  Changes    Path
  1.28      +9 -2      src/share/mk/sys.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801210103.RAA06052>