From 5a0236af9563ea6bd4490c115ad19d77f1f3730a Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Mon, 5 Jun 2017 13:24:26 -0400 Subject: [PATCH] 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 --- sound/mpd/Makefile | 1 + 1 file changed, 1 insertion(+) 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