[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74758: [PATCH] pack: Allow cross-compiling with '--relocatable'.
From: |
Ludovic Courtès |
Subject: |
bug#74758: [PATCH] pack: Allow cross-compiling with '--relocatable'. |
Date: |
Mon, 16 Dec 2024 00:16:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Brian Kubisiak <brian@kubisiak.com> skribis:
> * guix/scripts/pack.scm (c-compiler-compiler): Remove exception when
> cross-compiling and always build gexp->script for the host.
> [toolchain]: Use standard-cross-packages when cross-compiling.
> [search-paths]: Use package-search-paths instead of
> package-native-search-paths when cross-compiling.
> [run]: Use cc-for-target and strip-for-target.
>
> Change-Id: I5503e48b3394fdfee06999f8d1ad82f5f0d9af96
Excellent. Applied, thanks!
> guix/scripts/pack.scm | 47 ++++++++++++++++++++++++++++---------------
> 1 file changed, 31 insertions(+), 16 deletions(-)
I’m glad the implementation turned out to be quite small!
Ludo’.