Skip to content
Commit 82b9c18d authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: vfp: use -mfloat-abi=soft to build vfp



Distros are starting to ship with toolchains defaulting to
hardfloat. Using such a compiler to build the kernel fails
in the VFP directory with

arch/arm/vfp/entry.S:1:0: sorry, unimplemented: -mfloat-abi=hard and VFP

Adding -mfloat-abi=soft to the gcc command line fixes this.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ffc660c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment