netpipe: fix compile on platforms with VFP
authorFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:32 +0000 (04:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:32 +0000 (04:51 +0000)
commit998bd35a95a7c263ddb45634362a7994030ccf3e
tree1d9e0f9dae4dd991515c9f4d7172a7d8d9fbc7e6
parent78470dfc101a164ea8bed8488be5cd96aa8d8983
netpipe: fix compile on platforms with VFP

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

CFLAGS were overwritten so append them instead

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