Source: openssl
Version: 1.1.0c-2
Tags: patch
User: [email protected]
Usertags: rebootstrap
openssl has special casing for each and every Debian architecture and
thus needs to be updated whenever a new architecture is being brought
up. Thus it needs to be updated for tilegx. Please consider applying the
attached patch.
Helmut
--- a/Configurations/20-debian.conf
+++ b/Configurations/20-debian.conf
@@ -127,6 +127,9 @@
cflags => add("-m64 -mcpu=ultrasparc -DB_ENDIAN"),
bn_ops => "BN_LLONG RC4_CHAR",
},
+ "debian-tilegx" => {
+ inherit_from => [ "linux-generic64", "debian" ],
+ },
"debian-x32" => {
inherit_from => [ "linux-x32", "debian" ],
},