From 659b1b80745fa4ae589470c6128407c64f5c6b7c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 21 Dec 2019 17:39:19 -0800 Subject: [PATCH] boost: Fix embarassing ARC typo Signed-off-by: Rosen Penev --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 4eac36ae4..e2ecdff92 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -120,7 +120,7 @@ define Package/boost/config # Invisible config dependency config boost-context-exclude bool - default y if (TARGET_arc700 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx) + default y if (TARGET_arc770 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx) default n config boost-coroutine-exclude