summaryrefslogtreecommitdiff
path: root/dev-libs/openssl/files/gentoo.config-1.0.2
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-02-18 17:41:59 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-02-18 17:42:55 -0500
commitd535a2b87597dffb2d27073fa47f4d61feb743ab (patch)
tree6dd8094463afa64122dd8bdf5bd6f74c9fb1442b /dev-libs/openssl/files/gentoo.config-1.0.2
parent5d282497a01948a38d965427c6b4b8625f760758 (diff)
downloadgentoo-overlay-d535a2b87597dffb2d27073fa47f4d61feb743ab.tar.xz
gentoo-overlay-d535a2b87597dffb2d27073fa47f4d61feb743ab.zip
dev-libs/openssl: sync
Diffstat (limited to 'dev-libs/openssl/files/gentoo.config-1.0.2')
-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 4e88dba..68d7d0a 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";;