toolchain: default to glibc for ARC
authorRosen Penev <rosenp@gmail.com>
Sat, 12 Dec 2020 03:18:33 +0000 (19:18 -0800)
committerPetr Štetiar <ynezz@true.cz>
Tue, 22 Dec 2020 18:11:50 +0000 (19:11 +0100)
glibc 2.32 gained support for the ARC architecture.

This is preparation for removing uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
toolchain/Config.in

index cb557d4ad34e52060a37e464d56d4b6477ed6c95..29de30d7e90e3ddb9bd682dcfd91034a0baba939 100644 (file)
@@ -237,7 +237,7 @@ comment "C Library"
 
 choice
        prompt "C Library implementation" if TOOLCHAINOPTS
-       default LIBC_USE_UCLIBC if arc
+       default LIBC_USE_GLIBC if arc
        default LIBC_USE_MUSL
        help
          Select the C library implementation.
@@ -245,7 +245,6 @@ choice
        config LIBC_USE_GLIBC
                bool "Use glibc"
                select USE_GLIBC
-               depends on !arc
 
        config LIBC_USE_UCLIBC
                select USE_UCLIBC