guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: glibc-intermediate: Don't include native-gcc in inputs.


From: guix-commits
Subject: 02/03: gnu: glibc-intermediate: Don't include native-gcc in inputs.
Date: Thu, 23 Jul 2020 16:03:16 -0400 (EDT)

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

commit 9a74a7db8626bc139307d115f5cec2648f5273ad
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Jul 20 18:19:24 2020 +0200

    gnu: glibc-intermediate: Don't include native-gcc in inputs.
    
    As the comment explains, this is only necessary when building with
    --enable-obsolete-rpc, which we aren't using anymore.
    
    * gnu/packages/commencement.scm
      (glibc-final-with-bootstrap-bash)[inputs]: Remove native-gcc.
---
 gnu/packages/commencement.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ecd8073..5ab4df6 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3303,9 +3303,6 @@ memoized as a function of '%current-system'."
              `(("mig" ,mig-boot0))
              '())
 
-       ;; A native GCC is needed to build `cross-rpcgen'.
-       ("native-gcc" ,@(assoc-ref (%boot0-inputs) "gcc"))
-
        ;; Here, we use the bootstrap Bash, which is not satisfactory
        ;; because we don't want to depend on bootstrap tools.
        ("static-bash" ,@(assoc-ref (%boot0-inputs) "bash"))))))



reply via email to

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