florian e516ed9266 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-08 00:57:42 +00:00
2014-05-03 11:01:11 +00:00
2014-03-27 07:06:01 +00:00
2014-05-03 12:54:52 +00:00
2014-03-27 07:03:39 +00:00
2013-09-25 14:20:37 +00:00
Description
No description provided
20 MiB
Languages
C 56.1%
Makefile 29.5%
Shell 7.8%
PHP 6.1%
JavaScript 0.3%