diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 6c8e54310..f1bb01b0f 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