mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
mdk3: fix compile on platforms with VFP
buildbot reported error on platforms with VFP (sunxi,imx6,omap): mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not mdk3 uses VFP register arguments, osdep/libosdep.a(network.o) does not mdk3 uses VFP register arguments, osdep/libosdep.a(linux.o) does not mdk3 uses VFP register arguments, osdep/libosdep.a(radiotap-parser.o) does not mdk3 uses VFP register arguments, osdep/libosdep.a(common.o) does not with failed to merge target specific data of file ... 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@40789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5bdd4e53dc
commit
9fa9cffa5a
@ -0,0 +1,8 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-CFLAGS = -g -O3 -Wall -Wextra
|
||||
+CFLAGS += -g -O3 -Wall -Wextra
|
||||
LINKFLAGS = -lpthread
|
||||
|
||||
DESTDIR =
|
Loading…
Reference in New Issue
Block a user