From 52ba3ed65745c52ff454155db0bfe5394619ddb2 Mon Sep 17 00:00:00 2001 From: Maxime Chevallier Date: Mon, 30 Jun 2025 17:14:10 +0200 Subject: [PATCH] package/elfutils: Show a comment explaining that elfutils progs need glibc The elfutils programs require Glibc to be used as the C library. Show a comment when this libc isn't used in the toolchain. Suggested-by: Yann E. MORIN Signed-off-by: Maxime Chevallier Signed-off-by: Julien Olivain --- package/elfutils/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index c355048c6d..9608ef4905 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -28,4 +28,7 @@ config BR2_PACKAGE_ELFUTILS_PROGS This option tells elfutils to not only install the libelf libraries, but also the elfutils programs. +comment "elfutils programs needs a glibc toolchain" + depends on !BR2_TOOLCHAIN_USES_GLIBC + endif