From: nbd Date: Mon, 20 Apr 2015 15:01:21 +0000 (+0000) Subject: binutils/oprofile: disable mips16 to fix build errors (#19522) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=5f2f592187ba70c6f804ebad4d30dd8842d551b4 binutils/oprofile: disable mips16 to fix build errors (#19522) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45525 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile index c5a0717477..f8549ad643 100644 --- a/package/devel/binutils/Makefile +++ b/package/devel/binutils/Makefile @@ -24,6 +24,7 @@ PKG_INSTALL:=1 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-3.0+ PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile index dd8aa344b4..49937c9db8 100644 --- a/package/devel/oprofile/Makefile +++ b/package/devel/oprofile/Makefile @@ -22,6 +22,7 @@ PKG_LICENSE:=GPL-2.0+ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk