guix_mirror_bot pushed a commit to branch java-team
in repository guix.
commit eaa6f878cf2090f8bb35c35cf3ed11dfd04d1a4c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Feb 19 08:57:18 2026 +0900
gnu: icedtea-7: Fix build on powerpc64le.
* gnu/packages/java.scm (icedtea-7)
[#:phases] {install-libjvm}: Register an entry for powerpc64le-linux.
Issue: <https://issues.guix.gnu.org/79270>
Change-Id: Ia01a30aee4b4f981d165e348e583f3e7fc687a82
---
gnu/packages/java.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 0885b18297..9cc2f77081 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -535,6 +535,8 @@
"/lib/aarch64")
("powerpc-linux"
"/lib/ppc")
+ ("powerpc64le-linux"
+ "/lib/ppc64le")
;; We need a catch-all,
dropping
;; '-linux' works in most
cases.
(_