Remove excluding libproc and librtld_db on sparc64.
This commit is contained in:
parent
08d7456502
commit
feb2ecc382
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user