summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile')
-rw-r--r--src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile b/src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile
deleted file mode 100644
index 7acea0380..000000000
--- a/src/test/run-make-fulldeps/pointer-auth-link-with-c/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include ../tools.mk
-
-# only-aarch64
-
-all:
- $(COMPILE_OBJ) $(TMPDIR)/test.o test.c
- $(AR) rcs $(TMPDIR)/libtest.a $(TMPDIR)/test.o
- $(RUSTC) -Z branch-protection=bti,pac-ret,leaf test.rs
- $(call RUN,test)
-
- $(COMPILE_OBJ) $(TMPDIR)/test.o test.c -mbranch-protection=bti+pac-ret+leaf
- $(AR) rcs $(TMPDIR)/libtest.a $(TMPDIR)/test.o
- $(RUSTC) -Z branch-protection=bti,pac-ret,leaf test.rs
- $(call RUN,test)