svn commit: r325685 - head/sys/boot
Warner Losh
imp at FreeBSD.org
Fri Nov 10 23:54:05 UTC 2017
Author: imp
Date: Fri Nov 10 23:54:03 2017
New Revision: 325685
URL: https://svnweb.freebsd.org/changeset/base/325685
Log:
libsa32 isn't needed for i386. It's already a 32-bit platform and
libfoo32 is only needed when compiling 32-bit libraries on native
64-bit architectures, and only when that 64-bit architecture needs
mixed 32-bit and 64-bit binaries.
Sponsored by: Netflix
Modified:
head/sys/boot/Makefile.i386
Modified: head/sys/boot/Makefile.i386
==============================================================================
--- head/sys/boot/Makefile.i386 Fri Nov 10 23:30:23 2017 (r325684)
+++ head/sys/boot/Makefile.i386 Fri Nov 10 23:54:03 2017 (r325685)
@@ -1,6 +1,5 @@
# $FreeBSD$
-SUBDIR+= libsa32
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
SUBDIR+= geli
.endif
More information about the svn-src-head
mailing list