svn commit: r357796 - head/lib
Warner Losh
imp at FreeBSD.org
Wed Feb 12 06:54:29 UTC 2020
Author: imp
Date: Wed Feb 12 06:54:28 2020
New Revision: 357796
URL: https://svnweb.freebsd.org/changeset/base/357796
Log:
Remove excluding libproc and librtld_db on sparc64.
Modified:
head/lib/Makefile
Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile Wed Feb 12 06:53:29 2020 (r357795)
+++ head/lib/Makefile Wed Feb 12 06:54:28 2020 (r357796)
@@ -72,13 +72,13 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libpathconv \
libpcap \
libpjdlog \
- ${_libproc} \
+ libproc \
libprocstat \
libregex \
librpcsvc \
librss \
librt \
- ${_librtld_db} \
+ librtld_db \
libsbuf \
libsmb \
libsqlite3 \
@@ -193,11 +193,6 @@ SUBDIR.${MK_PMC}+= libopencsd
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR.${MK_PMC}+= libipt
SUBDIR.${MK_BHYVE}+= libvmmapi
-.endif
-
-.if ${MACHINE_CPUARCH} != "sparc64"
-_libproc= libproc
-_librtld_db= librtld_db
.endif
.if ${MACHINE_ARCH} != "powerpc"
More information about the svn-src-head
mailing list