From 9b3c15c5837ed6e71e09b787738c14293dcdb503 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 16 Mar 2019 17:55:22 +0000 Subject: [PATCH] Disable lib/libomp build for the 32-bit part of amd64 buildworld, as it is not supported for that target. Reported by: Michael Butler PR: 236062 MFC after: 1 month X-MFC-With: r344779 --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index f5e89b0712c4..5beb34b21e54 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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