Disable lib/libomp build for the 32-bit part of amd64 buildworld, as it
is not supported for that target. Reported by: Michael Butler <imb@protected-networks.net> PR: 236062 MFC after: 1 month X-MFC-With: r344779
This commit is contained in:
parent
b0840a28f6
commit
9b3c15c583
@ -196,7 +196,9 @@ _libproc= libproc
|
||||
_librtld_db= librtld_db
|
||||
.endif
|
||||
|
||||
.if !defined(COMPAT_32BIT)
|
||||
SUBDIR.${MK_OPENMP}+= libomp
|
||||
.endif
|
||||
SUBDIR.${MK_OPENSSL}+= libmp
|
||||
SUBDIR.${MK_PMC}+= libpmc libpmcstat
|
||||
SUBDIR.${MK_RADIUS_SUPPORT}+= libradius
|
||||
|
Loading…
Reference in New Issue
Block a user