Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2017 23:54:03 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325685 - head/sys/boot
Message-ID:  <201711102354.vAANs3Ve074734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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