From cbc179fa0a5f38a3eff646635d5744481ba97ff5d054460a0be74d66a8165708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 1 Aug 2022 10:58:15 +0000 Subject: [PATCH] Remove ARM-related hunk. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=57 --- fix-tests.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/fix-tests.patch b/fix-tests.patch index 6aad73c..dede9f0 100644 --- a/fix-tests.patch +++ b/fix-tests.patch @@ -1,18 +1,3 @@ -diff --git a/test/elf/mold-wrapper.sh b/test/elf/mold-wrapper.sh -index 077cc43..dcffbb6 100755 ---- a/test/elf/mold-wrapper.sh -+++ b/test/elf/mold-wrapper.sh -@@ -13,6 +13,10 @@ cd "$(dirname "$0")"/../.. - t=out/test/elf/$testname - mkdir -p $t - -+# Skip if target is ARM -+# https://github.com/rui314/mold/issues/442 -+[[ $MACHINE = "arm"* ]] && { echo skipped; exit; } -+ - [ "$CC" = cc ] || { echo skipped; exit; } - - ldd mold-wrapper.so | grep -q libasan && { echo skipped; exit; } diff --git a/test/elf/relocatable.sh b/test/elf/relocatable.sh index 0065479..c5fe661 100755 --- a/test/elf/relocatable.sh