toolchain: Fix glibc selection on ARC targets
[openwrt/staging/dedeckeh.git] / toolchain / Config.in
index bb8729d8057316c79238133c11f5397210332c36..6dda9af92d6cbf6e25cb55b2f858c875fc51c4bb 100644 (file)
@@ -260,6 +260,7 @@ config GDB
          Enable if you want to build the gdb.
 
 config USE_GLIBC
+       default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
        bool
 
 config USE_MUSL