[Buildroot] [PATCH] Config.in.legacy: fallback to glibc when eglibc was selected

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 17 07:17:31 UTC 2016


As suggested by Peter Korsgaard, now that the eglibc support has been
removed, it is useful to automatically make the user's configuration
fall back to glibc (instead of uClibc, which would be the default C
library).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in.legacy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index a0a2059..461af69 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -155,11 +155,14 @@ config BR2_BINUTILS_VERSION_2_23_X
 config BR2_TOOLCHAIN_BUILDROOT_EGLIBC
 	bool "eglibc support has been removed"
 	select BR2_LEGACY
+	select BR2_TOOLCHAIN_BUILDROOT_GLIBC
 	help
 	  The eglibc project no longer exists, as it has been merged
 	  back into the glibc project. Therefore, support for eglibc
 	  has been removed, and glibc should be used instead.
 
+	  glibc has been automatically selected as a fallback.
+
 config BR2_GDB_VERSION_7_8
 	bool "gdb 7.8 has been removed"
 	select BR2_LEGACY
-- 
2.7.4



More information about the buildroot mailing list