|
|
@@ -1586,8 +1586,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
|