![]() |
Patch State Viewing Patch 8875/1 |
![]() |
please submit all patches to the linux-arm-kernel mailing list for community review prior to submission here. This patch system only deals with core ARM patches, not board support.
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8869742a85df..3539be870055 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1545,8 +1545,9 @@ config ARM_PATCH_IDIV code to do integer division. config AEABI - bool "Use the ARM EABI to compile the kernel" if !CPU_V7 && !CPU_V7M && !CPU_V6 && !CPU_V6K - default CPU_V7 || CPU_V7M || CPU_V6 || CPU_V6K + bool "Use the ARM EABI to compile the kernel" if !CPU_V7 && \ + !CPU_V7M && !CPU_V6 && !CPU_V6K && !CC_IS_CLANG + default CPU_V7 || CPU_V7M || CPU_V6 || CPU_V6K || CC_IS_CLANG help This option allows for the kernel to be compiled using the latest ARM ABI (aka EABI). This is only useful if you are using a user |
| (C) 2025 Russell King, All rights reserved. Individual patches © their respective authors |
Linux is a trademark of Linus Torvalds in the US and some other countries. ARM and StrongARM are trademarks of ARM Ltd. This site is hosted on a Macchiatobin VM running Linux. Connectivity for this site is provided by Deep Blue Solutions Ltd. |