include: add a seccomp filter install wrapper
[openwrt/openwrt.git] / toolchain / Config.in
index c8a02f3a766ad28881f42823228655a43b377733..436217052f7e5d6a64074e74a794fde5e40cf950 100644 (file)
@@ -212,13 +212,13 @@ comment "C Library"
 choice
        prompt "C Library implementation" if TOOLCHAINOPTS
        default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+       default LIBC_USE_UCLIBC
        help
          Select the C library implementation.
 
        config LIBC_USE_GLIBC
                bool "Use (e)glibc"
                select USE_GLIBC
-               depends on !avr32
 
        config LIBC_USE_UCLIBC
                select USE_UCLIBC
@@ -241,7 +241,7 @@ comment "Debuggers"
 
 config GDB
        bool
-       depends on !(avr32 || aarch64 || aarch64_be)
+       depends on !(aarch64 || aarch64_be)
        prompt "Build gdb" if TOOLCHAINOPTS
        default y if !EXTERNAL_TOOLCHAIN
        help