From 7d413fd82e7c8e4c8cd0f2dd0242bb86602a9948 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 13 Mar 2014 15:30:21 +0000 Subject: [PATCH] boost: disable mips16 support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@39919 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/boost/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d6dc5c947..42ee58e3b 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -21,6 +21,7 @@ PKG_MD5SUM:=6a1f32d902203ac70fbec78af95b3cf8 PKG_BUILD_DEPENDS:=boost/host PKG_BUILD_PARALLEL:=0 +PKG_USE_MIPS16:=0 PKG_CONFIG_DEPENDS := \ CONFIG_PACKAGE_boost-date_time \