From: Ted Hess Date: Mon, 5 Jun 2017 17:24:26 +0000 (-0400) Subject: mpd: Set USE_MIPS16=0. Workaround compiler error (Error: branch to a symbol in anothe... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a0236af9563ea6bd4490c115ad19d77f1f3730a;p=openwrt-packages.git mpd: Set USE_MIPS16=0. Workaround compiler error (Error: branch to a symbol in another ISA mode) on mips_24k Signed-off-by: Ted Hess --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 33138d19c..a64cac4b7 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -24,6 +24,7 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_IPV6 \ PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk