boost: Fix embarassing ARC typo
authorRosen Penev <redacted>
Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)
committerGitHub <redacted>
Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)
Signed-off-by: Rosen Penev <redacted>
libs/boost/Makefile

index 6c8e54310fb4b71c24b7663d678521172c5300ec..f1bb01b0fcb41e954bf7595d2095a1163f9657ea 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT