Re: [PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M

2024-03-01 Thread Thomas Huth
On 29/01/2024 09.18, Thomas Huth wrote: We've got a switch to disable v7m code since a long time - but it currently cannot be disabled since linking then fails due to missing functions. But thanks to the clean-ups that have been done during the past years, it's not that difficult anymore to final

[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M

2024-01-29 Thread Thomas Huth
We've got a switch to disable v7m code since a long time - but it currently cannot be disabled since linking then fails due to missing functions. But thanks to the clean-ups that have been done during the past years, it's not that difficult anymore to finally make it possible to disable CONFIG_ARM_