git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc660c
)
ARM: vfp: use -mfloat-abi=soft to build vfp
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 27 Aug 2011 20:09:36 +0000
(22:09 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 1 Oct 2011 19:08:55 +0000
(21:08 +0200)
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: Arnd Bergmann <arnd@arndb.de>
arch/arm/vfp/Makefile
patch
|
blob
|
history
diff --cc
arch/arm/vfp/Makefile
Simple merge