From 9a74a7db8626bc139307d115f5cec2648f5273ad Mon Sep 17 00:00:00 2001 From: Jakub Kądziołka Date: Mon, 20 Jul 2020 18:19:24 +0200 Subject: 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(-) (limited to 'gnu/packages/commencement.scm') diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index ecd807355c..5ab4df612a 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")))))) -- cgit v1.2.3