GNU bug report logs -
#75051
[PATCH 00/14] Add loongarch64 platform support.
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Mon, 23 Dec 2024 17:04:01 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/tls.scm (target->openssl-target, target->openssl-target): Add
loongarch64 case.
Change-Id: Ie85b4e1f39650f6134c9b5c4c81e0d5f83068558
---
gnu/packages/tls.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 5f3bc72f6e2..cde5316cf43 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -397,7 +397,8 @@ (define (target->openssl-target pkg target)
(cond ((target-hurd? target)
"hurd")
((and (target-linux? target)
- (target-riscv64? target))
+ (or (target-riscv64? target)
+ (target-loongarch64? target)))
"linux64")
((target-linux? target)
"linux")
@@ -427,6 +428,8 @@ (define (target->openssl-target pkg target)
((and (target-powerpc? target)
(target-64bit? target))
"ppc64")
+ ((target-loongarch64? target)
+ "loongarch64")
((target-riscv64? target)
"riscv64")
((target-64bit? target)
--
2.46.0
This bug report was last modified 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.