arm64 is a new platform that is slowly getting its momentum.
Add support for it in the script detecting the openssl target

Signed-off-by: Antonio Quartulli <a...@unstable.cc>
---
 generic/gentoo.config-0.9.8 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/generic/gentoo.config-0.9.8 b/generic/gentoo.config-0.9.8
index 7051886..e5d41bf 100755
--- a/generic/gentoo.config-0.9.8
+++ b/generic/gentoo.config-0.9.8
@@ -40,6 +40,7 @@ if [ "$1" = "test" ] ; then
                "hppa64-aldsF-linux-gnu5.3    |linux-generic32 -DB_ENDIAN" \
                "powerpc-gentOO-linux-uclibc  |linux-ppc" \
                "powerpc64-unk-linux-gnu      |linux-ppc64" \
+               "aarch64-unknown-linux-gnu    |linux-aarch64" \
        ;do
                CHOST=${c/|*}
                ret_want=${c/*|}
@@ -62,6 +63,7 @@ fi
 case "${CHOST}" in
        i*86-*-mingw*|i*86-mingw*|mingw*)       system="mingw";;
        x86_64-*-mingw*)        system="mingw64";;
+       aarch64-*-linux-*)      system="linux-aarch64";;
        *-linux*)               system="linux";;
        *-freebsd*)             system="BSD";;
        *-solaris*)
-- 
2.13.3


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to