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:
Dimitry Andric 2019-03-16 17:55:22 +00:00
parent b0840a28f6
commit 9b3c15c583
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345237

View File

@ -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