File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ foreach(target ${LLVM_BUILTIN_TARGETS})
7474 elseif (${target} MATCHES armv7)
7575 set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI armeabi-v7a CACHE STRING "" )
7676 elseif (${target} MATCHES i686)
77- set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI i686 CACHE STRING "" )
77+ set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI x86 CACHE STRING "" )
7878 else ()
7979 set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI x86_64 CACHE STRING "" )
8080 endif ()
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ foreach(target ${LLVM_BUILTIN_TARGETS})
7474 elseif (${target} MATCHES armv7)
7575 set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI armeabi-v7a CACHE STRING "" )
7676 elseif (${target} MATCHES i686)
77- set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI i686 CACHE STRING "" )
77+ set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI x86 CACHE STRING "" )
7878 else ()
7979 set (BUILTINS_${target} _CMAKE_ANDROID_ARCH_ABI x86_64 CACHE STRING "" )
8080 endif ()
You can’t perform that action at this time.
0 commit comments