openrrcp: fix compile on platforms with VFP
authorFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:35 +0000 (04:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:35 +0000 (04:51 +0000)
commit089a6687fdbea2342dde19ad6796586255e7f2e1
tree3119ca5b156c19f432eab2e505c1b47b24773262
parentfe85ddd627e80f7632cfea240cbf6ce75688a86f
openrrcp: fix compile on platforms with VFP

buildbot reported error on platforms with VFP (sunxi,imx6,omap):
ld: error: ../bin/rtl83xx uses VFP register arguments, /tmp/....o does not

CFLAGS were created by acustom shellscript that was setting host
includes paths. this was disabled

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40791
net/openrrcp/patches/001-Makefile_honor_CFLAGS_for_VFP.patch [new file with mode: 0644]