projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb2763
)
Remove spurious space from file.
author
Pauli
<paul.dale@oracle.com>
Tue, 3 Dec 2019 09:56:41 +0000
(19:56 +1000)
committer
Pauli
<paul.dale@oracle.com>
Wed, 4 Dec 2019 21:26:54 +0000
(07:26 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10562)
(cherry picked from commit
7ba46774b7f1b2e83d44323a8831b615a49f9f37
)
NOTES.ANDROID
patch
|
blob
|
history
diff --git
a/NOTES.ANDROID
b/NOTES.ANDROID
index 5eb29fb994988eabc89a6c96e1666e1e5d1a1ca4..f19ec71b8368a1c834c454da3602c05fc2bb8b91 100644
(file)
--- a/
NOTES.ANDROID
+++ b/
NOTES.ANDROID
@@
-39,7
+39,7
@@
PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH
./Configure android-arm64 -D__ANDROID_API__=29
make
-
+
Older versions of the NDK have GCC under their common prebuilt tools directory, so the bin path
will be slightly different. EG: to compile for ICS on ARM with NDK 10d: