summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-12-17 16:10:25 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-12-17 16:10:52 +0200
commit887a6ba925e78adef8449a7c8ea6de68278f31b2 (patch)
treef09909b62024166d3d3bebeaa191f193a666d880 /dev-libs/openssl
parentdev-db/pgagent: Cleanup (diff)
downloadgentoo-887a6ba925e78adef8449a7c8ea6de68278f31b2.tar.gz
gentoo-887a6ba925e78adef8449a7c8ea6de68278f31b2.tar.bz2
gentoo-887a6ba925e78adef8449a7c8ea6de68278f31b2.zip
dev-libs/openssl: Handle riscv32
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r--dev-libs/openssl/files/gentoo.config-1.0.23
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/openssl/files/gentoo.config-1.0.2 b/dev-libs/openssl/files/gentoo.config-1.0.2
index 4e88dbabf135..68d7d0ac1fc1 100644
--- a/dev-libs/openssl/files/gentoo.config-1.0.2
+++ b/dev-libs/openssl/files/gentoo.config-1.0.2
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# Openssl doesn't play along nicely with cross-compiling
@@ -104,6 +104,7 @@ linux)
powerpc64*) machine=ppc64;;
powerpc*le*) machine="generic32 -DL_ENDIAN";;
powerpc*) machine=ppc;;
+ riscv32*) machine="generic32 -DL_ENDIAN";;
riscv64*) machine="generic64 -DL_ENDIAN";;
# sh64*) machine=elf;;
sh*b*) machine="generic32 -DB_ENDIAN";;