commit:     3bbd887ff1dde5c69e81d6985e4d02c1eddb793b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  2 14:55:31 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 14:55:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbd887f

dev-libs/openssl: handle riscv64

Closes: https://bugs.gentoo.org/715908
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-libs/openssl/files/gentoo.config-1.0.2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2 
b/dev-libs/openssl/files/gentoo.config-1.0.2
index d16175e6292..4e88dbabf13 100644
--- a/dev-libs/openssl/files/gentoo.config-1.0.2
+++ b/dev-libs/openssl/files/gentoo.config-1.0.2
@@ -104,6 +104,7 @@ linux)
                powerpc64*)   machine=ppc64;;
                powerpc*le*)  machine="generic32 -DL_ENDIAN";;
                powerpc*)     machine=ppc;;
+               riscv64*)     machine="generic64 -DL_ENDIAN";;
        #       sh64*)        machine=elf;;
                sh*b*)        machine="generic32 -DB_ENDIAN";;
                sh*)          machine="generic32 -DL_ENDIAN";;

Reply via email to