Date: Wed, 12 Feb 2020 06:54:29 +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: r357796 - head/lib Message-ID: <202002120654.01C6sTlP028237@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002120654.01C6sTlP028237>
