aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-08-24 13:55:56 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-08-25 19:18:45 +0400
commitf6114886176858b4f278287ed1ad02c5474ecb54 (patch)
tree7cbb07354be078e8f0a82c6ea88c84c712e8af5b /DEPENDENCIES
parentc21402364ee8b3b69c446829920dba7d2272c842 (diff)
DEPENDENCIES: change how to build openssl for arm64
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 2654ae001..d987782e2 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -57,7 +57,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ make install
# Build and install 64 bit version of openssl
- $ ./Configure linux-aarch64 --cross-compile-prefix=aarch64-linux-gnu- \
+ $ ./Configure linux-generic64 --cross-compile-prefix=aarch64-linux-gnu- \
--prefix=/home/user/src/install-openssl-aarch64 shared
$ make
$ make install