• R
    ARM: only allow kernel mode neon with AEABI · c4a30c3b
    Russell King 提交于
    This prevents the linker erroring with:
    
    arm-linux-ld: error: arch/arm/lib/xor-neon.o uses VFP instructions, whereas arch/arm/lib/built-in.o does not
    arm-linux-ld: failed to merge target specific data of file arch/arm/lib/xor-neon.o
    
    This is due to the non-neon files being marked as containing FPA data/
    instructions (even though they do not) being mixed with files which
    contain VFP, which is an incompatible floating point format.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    c4a30c3b
Kconfig 65.3 KB