From 57d94a16a6dfe940c7257265837ece7a57e525a6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 13 Mar 2014 15:30:21 +0000 Subject: [PATCH] boost: disable mips16 support Signed-off-by: Felix Fietkau SVN-Revision: 39919 --- libs/boost/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d6dc5c9477..42ee58e3bb 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 \ -- 2.30.2