Re: [PATCH v2 0/3] Inline helpers into Rust without full LTO
From: Miguel Ojeda
Date: Thu Mar 26 2026 - 13:38:07 EST
On Thu, Mar 26, 2026 at 3:31 PM Christian Schrefl
<chrisi.schrefl@xxxxxxxxx> wrote:
>
> It should probably be fine to use armv7a-none-eabi. I've mostly used
> arm-unknown-linux-gnueabi since I though it needed to match the
> bindgen-target (which is -linux-gnu for all architectures) and
> because from what I understand clang also uses arm-linux-gnueabi [1].
> Also when I selected the target I thought that we would also support
> armv6, but since I had no v6 hardware to test on I disabled it.
I see, thanks for the quick reply!
My current thinking is to enable this only for x86_64 and arm64, so if
you/arm decide to switch the target (and/or enable this experimental
feature), then that can be done without a rush, independently.
(Please take a look at Russell's reply as well about the short enums thing.)
Cheers,
Miguel