svn commit: r331142 - stable/11/stand
Warner Losh
imp at FreeBSD.org
Sun Mar 18 19:05:07 UTC 2018
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).
More information about the svn-src-stable-11
mailing list