]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/buildroot: fix default of C library choice
authorPetr Vorel <petr.vorel@gmail.com>
Wed, 9 May 2018 16:33:22 +0000 (18:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 May 2018 20:09:34 +0000 (22:09 +0200)
The BR2_TOOLCHAIN_UCLIBC symbol doesn't exist, it was meant to be
BR2_TOOLCHAIN_BUILDROOT_UCLIBC.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-buildroot/Config.in

index 2f6624d217f812fe56e515dd7711ac08e08029f7..75e8191f462c09fb1f9e5d68c063f23fbbf23f97 100644 (file)
@@ -22,7 +22,7 @@ config BR2_TOOLCHAIN_BUILDROOT_VENDOR
 
 choice
        prompt "C library"
-       default BR2_TOOLCHAIN_UCLIBC
+       default BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_powerpc64
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC