guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: icedtea-7: Fix building on powerpc-linux.


From: guix-commits
Subject: branch master updated: gnu: icedtea-7: Fix building on powerpc-linux.
Date: Sun, 05 Nov 2023 01:44:47 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4826856977 gnu: icedtea-7: Fix building on powerpc-linux.
4826856977 is described below

commit 482685697719386ca3505e8beca2398f93aff08f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 23:10:24 2023 +0200

    gnu: icedtea-7: Fix building on powerpc-linux.
    
    * gnu/packages/java.scm (icedtea-7)[arguments]: Adjust custom
    'install-libjvm phase to add support for powerpc-linux.
    
    Change-Id: Ie77a2b53fdef1e0ddc0351e6c2d0241d08b80508
---
 gnu/packages/java.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f482c4c16d..ac427b8eaa 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -518,6 +518,8 @@
                                                    "/lib/arm")
                                                   ("aarch64-linux"
                                                    "/lib/aarch64")
+                                                  ("powerpc-linux"
+                                                   "/lib/ppc")
                                                   ;; We need a catch-all, 
dropping
                                                   ;; '-linux' works in most 
cases.
                                                   (_



reply via email to

[Prev in Thread] Current Thread [Next in Thread]