We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54af10 commit 00b0f73Copy full SHA for 00b0f73
cmake/IntelDFP.cmake
@@ -332,7 +332,7 @@ set_property (TARGET intel_dfp_obj PROPERTY POSITION_INDEPENDENT_CODE TRUE)
332
333
# DFP needs information about the build target platform. Compute that:
334
set (proc_lower $<LOWER_CASE:${CMAKE_SYSTEM_PROCESSOR}>)
335
-set (ia32_list i386 emscripted x86 arm)
+set (ia32_list i386 i486 i586 i686 pentium3 pentium4 athlon geode emscripted x86 arm)
336
set (efi2_list aarch64 arm64 x86_64 ppc64le riscv64)
337
338
set (is_linux $<PLATFORM_ID:Linux>)
0 commit comments