mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge fee16b15fa into merged_master (Bitcoin PR bitcoin/bitcoin#23744)
This commit is contained in:
commit
eb524bd882
3 changed files with 1 additions and 6 deletions
|
|
@ -787,10 +787,7 @@ case $host in
|
|||
*armv7a*)
|
||||
ANDROID_ARCH=armeabi-v7a
|
||||
;;
|
||||
*i686*)
|
||||
ANDROID_ARCH=i686
|
||||
;;
|
||||
*) AC_MSG_ERROR([Could not determine Android arch]) ;;
|
||||
*) AC_MSG_ERROR([Could not determine Android arch, or it is unsupported]) ;;
|
||||
esac
|
||||
;;
|
||||
*linux*)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ Common `host-platform-triplet`s for cross compilation are:
|
|||
- `s390x-linux-gnu` for Linux S390X
|
||||
- `armv7a-linux-android` for Android ARM 32 bit
|
||||
- `aarch64-linux-android` for Android ARM 64 bit
|
||||
- `i686-linux-android` for Android x86 32 bit
|
||||
- `x86_64-linux-android` for Android x86 64 bit
|
||||
|
||||
The paths are automatically configured and no other options are needed unless targeting [Android](../doc/build-android.md).
|
||||
|
|
|
|||
|
|
@ -181,7 +181,6 @@ $(package)_config_opts_android += -no-feature-vulkan
|
|||
$(package)_config_opts_aarch64_android += -android-arch arm64-v8a
|
||||
$(package)_config_opts_armv7a_android += -android-arch armeabi-v7a
|
||||
$(package)_config_opts_x86_64_android += -android-arch x86_64
|
||||
$(package)_config_opts_i686_android += -android-arch i686
|
||||
endef
|
||||
|
||||
define $(package)_fetch_cmds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue