From 9bbac82768bdb17129208575fc3f1fc2d8534304 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Mon, 29 Oct 2018 20:36:01 +0000 Subject: [PATCH] unsubmitted-quiet-ldconfig Gbp-Pq: Topic i386 Gbp-Pq: Name unsubmitted-quiet-ldconfig.diff --- sysdeps/unix/sysv/linux/i386/readelflib.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/i386/readelflib.c b/sysdeps/unix/sysv/linux/i386/readelflib.c index 3a8455959..bed35c47f 100644 --- a/sysdeps/unix/sysv/linux/i386/readelflib.c +++ b/sysdeps/unix/sysv/linux/i386/readelflib.c @@ -62,8 +62,11 @@ process_elf_file (const char *file_name, const char *lib, int *flag, #ifndef SKIP_EM_IA_64 failed: #endif - error (0, 0, _("%s is for unknown machine %d.\n"), - file_name, elf_header->e_machine); + if (opt_verbose) + { + error (0, 0, _("%s is for unknown machine %d.\n"), + file_name, elf_header->e_machine); + } return 1; } -- 2.30.2