From: Florian Fainelli Date: Tue, 20 May 2014 04:51:35 +0000 (+0000) Subject: openrrcp: fix compile on platforms with VFP X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=089a6687fdbea2342dde19ad6796586255e7f2e1;p=openwrt%2Fsvn-archive%2Fpackages.git 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 Signed-off-by: Florian Fainelli SVN-Revision: 40791 --- diff --git a/net/openrrcp/patches/001-Makefile_honor_CFLAGS_for_VFP.patch b/net/openrrcp/patches/001-Makefile_honor_CFLAGS_for_VFP.patch new file mode 100644 index 000000000..1799bdaf7 --- /dev/null +++ b/net/openrrcp/patches/001-Makefile_honor_CFLAGS_for_VFP.patch @@ -0,0 +1,7 @@ +--- a/src/Makefile ++++ b/src/Makefile +@@ -1,4 +1,3 @@ +-CFLAGS=`/bin/sh Makefile-helper.sh` + + all: rtl8316b rtl8324 rtl8326 rtl83xx_dlink_des1016d rtl83xx_dlink_des1024d_b1 \ + rtl83xx_dlink_des1024d_c1 rtl83xx_compex_ps2216 rtl83xx_ovislink_fsh2402gt \