toolchain/buildroot: default to glibc where possible/convenient
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 3 Mar 2015 21:35:19 +0000 (18:35 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Mar 2015 18:42:13 +0000 (19:42 +0100)
Default to glibc over eglibc where it's possible and/or convenient.
Since the eglibc project is basically gone and merged with glibc it
doesn't make sense to keep defaulting to it for architectures that
aren't uClibc-capable.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-buildroot/Config.in

index 1b9f3a3aca4197e99b0b2530d2f6c4eab710e3e5..d4e3bccde51f3ab3c5f03b474f6ddd4e57ea3056 100644 (file)
@@ -23,7 +23,8 @@ source "package/linux-headers/Config.in.host"
 choice
        prompt "C library"
        default BR2_TOOLCHAIN_UCLIBC
-       default BR2_TOOLCHAIN_BUILDROOT_EGLIBC if BR2_mips64 || BR2_mips64el
+       default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_aarch64 || BR2_microblaze \
+               || BR2_mips64 || BR2_mips64el || BR2_powerpc64
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        bool "uClibc"