Remove excluding libproc and librtld_db on sparc64.

This commit is contained in:
Warner Losh 2020-02-12 06:54:28 +00:00
parent 08d7456502
commit feb2ecc382
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357796

View file

@ -72,13 +72,13 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
libpathconv \
libpcap \
libpjdlog \
${_libproc} \
libproc \
libprocstat \
libregex \
librpcsvc \
librss \
librt \
${_librtld_db} \
librtld_db \
libsbuf \
libsmb \
libsqlite3 \
@ -195,11 +195,6 @@ SUBDIR.${MK_PMC}+= libipt
SUBDIR.${MK_BHYVE}+= libvmmapi
.endif
.if ${MACHINE_CPUARCH} != "sparc64"
_libproc= libproc
_librtld_db= librtld_db
.endif
.if ${MACHINE_ARCH} != "powerpc"
SUBDIR.${MK_OPENMP}+= libomp
.endif