summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/uintr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/uintr/Makefile b/tools/testing/selftests/uintr/Makefile
index f8bcb1476f1c..490f2612f417 100644
--- a/tools/testing/selftests/uintr/Makefile
+++ b/tools/testing/selftests/uintr/Makefile
@@ -3,7 +3,7 @@
CAN_BUILD_UINTR := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_64bit_program.c -muintr)
ifeq ($(CAN_BUILD_UINTR),1)
-CFLAGS += -g -muintr -mgeneral-regs-only
+CFLAGS += -g -muintr -mgeneral-regs-only -static
LDLIBS += -lpthread
TEST_GEN_PROGS = ipc_base \