diff options
author | Ted Hess <thess@kitschensync.net> | 2017-06-05 13:24:26 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-06-05 13:24:57 -0400 |
commit | 5a0236af9563ea6bd4490c115ad19d77f1f3730a (patch) | |
tree | c8d3ea9f7d3a5751979efb7491b67334247ce5af /sound | |
parent | b83d982bcd7bc9ceee32ff81639501d883e910aa (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/Makefile | 1 |
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 |