[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74296: [PATCH 0/1] Fix abi mismatch error on boot for cross-compiled
From: |
Ludovic Courtès |
Subject: |
bug#74296: [PATCH 0/1] Fix abi mismatch error on boot for cross-compiled images |
Date: |
Mon, 18 Nov 2024 11:07:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Christoph Buck <dev@icepic.de> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
[...]
>> I believe the ABI break is fine too: developers will have to
>> “make clean-go && make”, but that’s okay.
>
> Good to know.
I added a summary of your explanation as a comment in the code, so our
future selves get an idea of why things are done this way, and pushed as
23cbbe6860782c5d4a0ba599ea1cda0642e91661.
Time for “make clean-go && make”!
Thanks,
Ludo’.