seeks: fix compile on platforms with VFP
authorFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:42 +0000 (00:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:42 +0000 (00:57 +0000)
commit8a46be029c446fa1ad7f99c6fc60ead3b9a284bb
tree6eb28745ca74fbc40284e4ee9c4594a4b16ec019
parent4e4610e5be2148e7821eb687fb1d25e3698bb9a1
seeks: fix compile on platforms with VFP

This solution might be a little bit dirty - is adding those -mfloat-abi
switches to CXXFLAGS in rules.mk cleaner ?
but they are overwritten in this case so dunno :/

reported by buildbot on sunxi

configure fails to detect C++ compiler:
a.out uses VFP register arguments, /tmp/ccHPrqts.o does not
fixed by first change

other errors when linking:
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/miscutil.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mem_utils.o does not
ld: error: .libs/libseeksutils.so.0.0.0 uses VFP register arguments, .libs/mutexes.o does not
fixed by second change

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40724
net/seeks/Makefile