From ac100e45f75ae89e4777d1ba304adebd27883c2c 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 6c8e54310f..f1bb01b0fc 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