aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/binutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-20 15:01:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-20 15:01:21 +0000
commit7fb761548a9c7a494b775a19d4ccc28fdcbec79b (patch)
treed30775cd3ba5fb06ca835af7401cb55011a2ddf8 /package/devel/binutils
parentaa2c16e15653299896d3d35cdda3083dbb7fd698 (diff)
downloadupstream-7fb761548a9c7a494b775a19d4ccc28fdcbec79b.tar.gz
upstream-7fb761548a9c7a494b775a19d4ccc28fdcbec79b.tar.bz2
upstream-7fb761548a9c7a494b775a19d4ccc28fdcbec79b.zip
binutils/oprofile: disable mips16 to fix build errors (#19522)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45525 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/binutils')
-rw-r--r--package/devel/binutils/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <nbd@openwrt.org>
PKG_LICENSE:=GPL-3.0+
PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk