From 226cfefd3097ddd00c6c3a2787341664671af638 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 14 Aug 2013 14:48:17 +0000 Subject: [PATCH] elfutils: disable mips16 (#13572) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@37775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/elfutils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 449e790c4..2c3208143 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -15,6 +15,7 @@ PKG_SOURCE_URL:=http://fedorahosted.org/releases/e/l/$(PKG_NAME)/$(PKG_VERSION) PKG_MD5SUM:=163a5712b86f6bdfebdf233cc6e2192d PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone -- 2.11.0