Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 19:05:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r331142 - stable/11/stand
Message-ID:  <201803181905.w2IJ567l042685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Mar 18 19:05:06 2018
New Revision: 331142
URL: https://svnweb.freebsd.org/changeset/base/331142

Log:
  Direct commit to stable
  
  Remove libstand32 here. pc98 is a 32-bit platform, so it shouldn't compile
  the extra 32-bit copy of libsa. The copy built in libstand is already 32-bit.
  Add a comment saying we need an empty Makefile.pc98 since otherwise it would
  pull in Makefile.i386 and there is no EFI on pc98, and the machines are too
  old to have ZFS or GELI be a viable option (and besides, those don't compile).
  
  Note: We also need r331140 to be MFC'd for pc98 build to work in all cases.

Modified:
  stable/11/stand/Makefile.pc98

Modified: stable/11/stand/Makefile.pc98
==============================================================================
--- stable/11/stand/Makefile.pc98	Sun Mar 18 18:58:47 2018	(r331141)
+++ stable/11/stand/Makefile.pc98	Sun Mar 18 19:05:06 2018	(r331142)
@@ -1,3 +1,4 @@
 # $FreeBSD$
 
-SUBDIR+=		libstand32
+# Need an empty file here so Makefile.i386 isn't used (which contains options
+# that don't work on pc98).



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