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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to