From c976b0f1add59329e8bfd4de5da87148cdc13d4f Mon Sep 17 00:00:00 2001 From: Yelninei Date: Fri, 5 Jun 2026 07:16:19 +0000 Subject: gnu: xhurd-core-headers: Disable-cross compiling. * gnu/packages/cross-base.scm (xhurd-core-headers): Set target to #f. Change-Id: I361fa6323ef9237df192f5aaa95660c1925dfc16 --- gnu/packages/cross-base.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index 1d78bfed774..b542b4a1868 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm @@ -632,6 +632,12 @@ the base compiler. Use XBINUTILS as the associated cross-Binutils." (name (string-append (package-name hurd-core-headers) "-cross-" target)) (supported-systems %supported-systems) + (arguments + `(#:target #f + ;; The headers are an input to the cross compiled glibc. + ;; These are cross compiled manually, so set target to #f + ;; to avoid having to disable implicit-cross-inputs in all of them. + ,@arguments)) (inputs `(("gnumach-headers" ,xgnumach-headers) ("hurd-headers" ,xhurd-headers) ("hurd-minimal" ,xhurd-minimal))))) -- cgit v1.2.3