mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40790 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9fa9cffa5a
commit
38c84c195f
11
net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch
Normal file
11
net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/makefile
|
||||
+++ b/makefile
|
||||
@@ -21,7 +21,7 @@
|
||||
########################################################################
|
||||
|
||||
CC = cc
|
||||
-CFLAGS = -O -g
|
||||
+CFLAGS += -O -g
|
||||
SRC = ./src
|
||||
|
||||
# For MPI, mpicc will set up the proper include and library paths
|
Loading…
Reference in New Issue
Block a user