From ea537ddac3c0bf4411c87ec47d2cd6f0a32e2402 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 27 Jul 2022 13:15:33 +0200 Subject: [PATCH] Update expected binary information for cross-compiled armv6hf binary Signed-off-by: DL6ER --- test/arch_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arch_test.sh b/test/arch_test.sh index 929f7db1..11b47b37 100644 --- a/test/arch_test.sh +++ b/test/arch_test.sh @@ -120,7 +120,7 @@ elif [[ "${CI_ARCH}" == "armv6hf" ]]; then check_machine "ELF32" "ARM" check_libs "[libm.so.6] [librt.so.1] [libgcc_s.so.1] [libpthread.so.0] [libc.so.6] [ld-linux-armhf.so.3]" - check_file "ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, not stripped" + check_file "ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, with debug_info, not stripped" check_CPU_arch "v6" check_FP_arch "VFPv2"