summaryrefslogtreecommitdiffstats
path: root/NOTES.ANDROID
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-08-06 09:43:39 +0200
committerAndy Polyakov <appro@openssl.org>2018-08-07 08:53:12 +0200
commitf44d7e8b472dfc0602f8d06ef72e808a5e8d410c (patch)
treef19a31523638b6bf9d2b98f19f27de00376895fe /NOTES.ANDROID
parent38eca7fed09a57c1b7a05d651af2c667b3e87719 (diff)
INSTALL,NOTES.ANDROID: minor updates.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6866)
Diffstat (limited to 'NOTES.ANDROID')
-rw-r--r--NOTES.ANDROID4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES.ANDROID b/NOTES.ANDROID
index 103ed87f3e..d13f47d667 100644
--- a/NOTES.ANDROID
+++ b/NOTES.ANDROID
@@ -46,8 +46,8 @@
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 (or not, if you use binutils-multiarch
- on your Linux).
+ 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)
------------------------