guix-commits
[Top][All Lists]
Advanced

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

15/25: gnu: GCC: Build with Elfutils instead of libelf.


From: guix-commits
Subject: 15/25: gnu: GCC: Build with Elfutils instead of libelf.
Date: Sat, 23 Jul 2022 13:44:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b791e09b926baf98dbe0f4d1225812be27435eeb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 21 02:39:35 2022 +0200

    gnu: GCC: Build with Elfutils instead of libelf.
    
    * gnu/packages/gcc.scm (gcc-4.7)[inputs]: Change from LIBELF to ELFUTILS.
---
 gnu/packages/gcc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 75ee094531..0d8a62cbe7 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -173,7 +173,7 @@ where the OS part is overloaded to denote a specific 
ABI---into GCC
                   "lib"                    ;libgcc_s, libgomp, etc. (15+ MiB)
                   "debug"))                ;debug symbols of run-time libraries
 
-       (inputs (list gmp mpfr mpc libelf zlib))
+       (inputs (list gmp mpfr mpc elfutils zlib))
 
        ;; GCC < 5 is one of the few packages that doesn't ship .info files.
        ;; Newer texinfos fail to build the manual, so we use an older one.



reply via email to

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