Boost-for-Android icon indicating copy to clipboard operation
Boost-for-Android copied to clipboard

x86_64 version support

Open tzutalin opened this issue 10 years ago • 2 comments

Hi all, Has someone implemented boost-1_55 with x86_64 version? Could someone give me some hints to do it?

My env: NDK version : android-ndk-r10e NDK_TOOLCHAIN_VERSION := 4.9 APP_PLATFORM := android-21 APP_ABI := x86_64

tzutalin avatar Oct 06 '15 07:10 tzutalin

Hi , I try my method to build successfully, but didn't try it on x86_64 Android platform yet. https://github.com/MysticTreeGames/Boost-for-Android/compare/master...tzutalin:master

tzutalin avatar Oct 07 '15 03:10 tzutalin

I've pushed support for 64-bit architectures to the experimental branch clang-ndk-r16, you will need NDK r16-beta2 to build it. It uses clang and llvm libc++.

pelya avatar Nov 14 '17 19:11 pelya