From 9ee10ba4bd249653f3d95996d8a8f213c7d3b4ba Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Mon, 18 Sep 2023 15:03:40 +0900 Subject: [PATCH] Fix test Fixes https://github.com/rui314/mold/issues/1107 --- test/elf/riscv64_weak-undef.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/elf/riscv64_weak-undef.sh b/test/elf/riscv64_weak-undef.sh index 36267a6d88..9d99db4c9c 100755 --- a/test/elf/riscv64_weak-undef.sh +++ b/test/elf/riscv64_weak-undef.sh @@ -1,6 +1,8 @@ #!/bin/bash . $(dirname $0)/common.inc +test_cflags -static || skip + cat <