Browse Source

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>
lilik-openwrt-22.03
Ted Hess 7 years ago
parent
commit
5a0236af95
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sound/mpd/Makefile

+ 1
- 0
sound/mpd/Makefile View File

@ -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


Loading…
Cancel
Save