]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Direct commit to stable
authorimp <imp@FreeBSD.org>
Sun, 18 Mar 2018 19:05:06 +0000 (19:05 +0000)
committerimp <imp@FreeBSD.org>
Sun, 18 Mar 2018 19:05:06 +0000 (19:05 +0000)
commitab1906bea64eb81af6aef754d3711156051d6e4a
tree7f970ba3642a2d0faa3a590a513b8f4e359b7cab
parentfda8dc80c36bbb3c3ca411385534be388b67a535
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.
stand/Makefile.pc98