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)
commitfe85ddd627e80f7632cfea240cbf6ce75688a86f
tree2ee473dca291016feb0bcf2b8203b42c16ab052a
parent2914a01542bb0f5889e0258e2e224574a804b77d
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]