Selaa lähdekoodia

toolchain/buildroot: fix default of C library choice

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>
(cherry picked from commit d0527483fae228c31c3bb36aeba347c0a8df4eba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Petr Vorel 6 vuotta sitten
vanhempi
commit
91bc7e042f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      toolchain/toolchain-buildroot/Config.in

+ 1 - 1
toolchain/toolchain-buildroot/Config.in

@@ -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