diff mbox

[3/3] DEPENDENCIES: change how to build openssl for arm64

Message ID 1408881356-27313-4-git-send-email-anders.roxell@linaro.org
State Accepted
Commit f6114886176858b4f278287ed1ad02c5474ecb54
Headers show

Commit Message

Anders Roxell Aug. 24, 2014, 11:55 a.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 DEPENDENCIES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/DEPENDENCIES b/DEPENDENCIES
index 2654ae0..d987782 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