We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4cc63 commit fa35156Copy full SHA for fa35156
tests/run-make/pointer-auth-link-with-c/Makefile
@@ -5,10 +5,10 @@ include ../tools.mk
5
all:
6
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c
7
$(AR) rcs $(TMPDIR)/libtest.a $(TMPDIR)/test.o
8
- $(RUSTC) -Z branch-protection=bti,pac-ret,leaf test.rs
+ $(RUSTC) --target $(TARGET) -Z branch-protection=bti,pac-ret,leaf test.rs
9
$(call RUN,test)
10
11
$(COMPILE_OBJ) $(TMPDIR)/test.o test.c -mbranch-protection=bti+pac-ret+leaf
12
13
14
0 commit comments