X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=NOTES.ANDROID;h=d13f47d6675f6170515bee12ac56459942fadc6c;hp=f6c28d28ad9e1f906a6a5fecbbffd163bdb330b8;hb=59701e6363531cddef5b2114c0127b8453deb1f3;hpb=f39276fdff6ccc1c71bdb30a8050fa1c0bf6e20a diff --git a/NOTES.ANDROID b/NOTES.ANDROID index f6c28d28ad..d13f47d667 100644 --- a/NOTES.ANDROID +++ b/NOTES.ANDROID @@ -32,7 +32,7 @@ NDK 10d: ANDROID_NDK=/some/where/android-ndk-10d - PATH=$ANDROID_NDK/toolchains/arm-linux-androideabi-4.8/prebuild/linux-x86_64/bin:$PATH + PATH=$ANDROID_NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH ./Configure android-arm -D__ANDROID_API__=14 Caveat lector! Earlier OpenSSL versions relied on additional CROSS_SYSROOT @@ -43,10 +43,11 @@ conflict, and mixing the two is therefore not supported. Migration to CROSS_SYSROOT-less setup is recommended. - One can engage clang by passing CC=clang to Configure. In such case - PATH needs even more adjustments to cover NDK's clang itself, as well - as unprefixed, yet target-specific, ar and ranlib (or not, if you use - binutils-multiarch on your Linux). + One can engage clang by adjusting PATH to cover NDK's clang. Just keep + in mind that if you miss it, Configure will try to use gcc... Also, + PATH would need even further adjustment to cover unprefixed, yet + target-specific, ar and ranlib. It's possible that you don't need to + bother, if binutils-multiarch is installed on your Linux system. Running tests (on Linux) ------------------------