Skip to content

Commit 00b0f73

Browse files
remicolletkevinAlbs
authored andcommitted
MONGOCRYPT-532 Fix i686 (32-bit) build (#561)
Match more 32-bit arches when building IntelDFP
1 parent e54af10 commit 00b0f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/IntelDFP.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ set_property (TARGET intel_dfp_obj PROPERTY POSITION_INDEPENDENT_CODE TRUE)
332332

333333
# DFP needs information about the build target platform. Compute that:
334334
set (proc_lower $<LOWER_CASE:${CMAKE_SYSTEM_PROCESSOR}>)
335-
set (ia32_list i386 emscripted x86 arm)
335+
set (ia32_list i386 i486 i586 i686 pentium3 pentium4 athlon geode emscripted x86 arm)
336336
set (efi2_list aarch64 arm64 x86_64 ppc64le riscv64)
337337

338338
set (is_linux $<PLATFORM_ID:Linux>)

0 commit comments

Comments
 (0)