Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2017 00:07:14 +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: r326444 - head/stand/geli
Message-ID:  <201712020007.vB207EGL033793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Dec  2 00:07:14 2017
New Revision: 326444
URL: https://svnweb.freebsd.org/changeset/base/326444

Log:
  Move geli to common DO32 stuff
  
  define DO32 since this is only build in amd64/i386
  Remove files not needed.
  
  Sponsored by: Netflix

Modified:
  head/stand/geli/Makefile

Modified: head/stand/geli/Makefile
==============================================================================
--- head/stand/geli/Makefile	Sat Dec  2 00:07:09 2017	(r326443)
+++ head/stand/geli/Makefile	Sat Dec  2 00:07:14 2017	(r326444)
@@ -2,6 +2,7 @@
 # libgeliboot
 
 MAN=
+DO32=1
 
 .include <bsd.init.mk>
 MK_SSP=		no
@@ -11,18 +12,7 @@ INTERNALLIB=
 MK_PROFILE=	no
 NO_PIC=
 
-.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
-CFLAGS+=        -march=i386
-.endif
-.if ${MACHINE_ARCH} == "amd64"
-CFLAGS+=        -m32
-.endif
-
 WARNS?=		0
-
-# string functions from libc
-.PATH: ${SRCTOP}/lib/libc/string
-SRCS+=  bcmp.c bcopy.c bzero.c
 
 # Our password input method
 SRCS+=  pwgets.c



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