File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -776,10 +776,7 @@ case $host in
776
776
*armv7a*)
777
777
ANDROID_ARCH=armeabi-v7a
778
778
;;
779
- *i686*)
780
- ANDROID_ARCH=i686
781
- ;;
782
- *) AC_MSG_ERROR ( [ Could not determine Android arch] ) ;;
779
+ *) AC_MSG_ERROR ( [ Could not determine Android arch, or it is unsupported] ) ;;
783
780
esac
784
781
;;
785
782
*linux*)
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ Common `host-platform-triplet`s for cross compilation are:
38
38
- ` s390x-linux-gnu ` for Linux S390X
39
39
- ` armv7a-linux-android ` for Android ARM 32 bit
40
40
- ` aarch64-linux-android ` for Android ARM 64 bit
41
- - ` i686-linux-android ` for Android x86 32 bit
42
41
- ` x86_64-linux-android ` for Android x86 64 bit
43
42
44
43
The paths are automatically configured and no other options are needed unless targeting [ Android] ( ../doc/build-android.md ) .
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ $(package)_config_opts_android += -no-feature-vulkan
182
182
$(package ) _config_opts_aarch64_android += -android-arch arm64-v8a
183
183
$(package ) _config_opts_armv7a_android += -android-arch armeabi-v7a
184
184
$(package ) _config_opts_x86_64_android += -android-arch x86_64
185
- $(package ) _config_opts_i686_android += -android-arch i686
186
185
endef
187
186
188
187
define $(package)_fetch_cmds
You can’t perform that action at this time.
0 commit comments