Re: [PATCH v2 01/19] ARM: use CONFIG_AEABI by default everywhere
"Arnd Bergmann" <[email protected]> Thu, 02 Jul 2026 10:34:14 +0200
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 2, 2026, at 09:42, Nicolas Ferre wrote: > On 01/07/2026 at 23:23, Arnd Bergmann wrote: >> From: Arnd Bergmann <[email protected]> >> >> - All machines that used to explicitly enable EABI can drop that line now >> - Machines that are likely to actually use old distros and had NWFPE >> enabled in combination with OABI (rpc, footrbridge, netwinder, >> assabet, neponset) explicitly turn it on now. >> - Machines that already had both EABI and NWFPE disabled in defconfig >> (at91_dt, collie, ep93xx, gemini, h3600, imx_v4_v5, integrator, jornada, > > For at91_dt, EABI was explicitly enabled (see below)... Right. I don't know how I got to that list originally, but looking again now, the only configs that I see using OABI but not NWFPE here are spear3xx and spear6xx. I've updated the text now, thanks! Arnd