aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2017-06-05 13:24:26 -0400
committerTed Hess <thess@kitschensync.net>2017-06-05 13:24:57 -0400
commit5a0236af9563ea6bd4490c115ad19d77f1f3730a (patch)
treec8d3ea9f7d3a5751979efb7491b67334247ce5af /sound
parentb83d982bcd7bc9ceee32ff81639501d883e910aa (diff)
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 <thess@kitschensync.net>
Diffstat (limited to 'sound')
-rw-r--r--sound/mpd/Makefile1
1 files changed, 1 insertions, 0 deletions
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