diff options
| author | Lukas Wirth <lukas.wirth@ferrous-systems.com> | 2023-08-30 13:45:57 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-08-30 13:45:57 +0200 |
| commit | 76ee9acc61bcc6bed1600379d0ee3950528f0c0b (patch) | |
| tree | 21162b0d466bf00661ee3070c24d359d8927492d /tests/run-make/pointer-auth-link-with-c | |
| parent | 61efe9d2981b87ec7f2800d62f98c594de151713 (diff) | |
| download | rust-76ee9acc61bcc6bed1600379d0ee3950528f0c0b.tar.gz rust-76ee9acc61bcc6bed1600379d0ee3950528f0c0b.zip | |
`ignore-cross-compile` remaining tests that run binaries
Diffstat (limited to 'tests/run-make/pointer-auth-link-with-c')
| -rw-r--r-- | tests/run-make/pointer-auth-link-with-c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/pointer-auth-link-with-c/Makefile b/tests/run-make/pointer-auth-link-with-c/Makefile index dffbd303582..8fcf10e2096 100644 --- a/tests/run-make/pointer-auth-link-with-c/Makefile +++ b/tests/run-make/pointer-auth-link-with-c/Makefile @@ -1,6 +1,7 @@ include ../tools.mk # only-aarch64 +# ignore-cross-compile all: $(COMPILE_OBJ) $(TMPDIR)/test.o test.c |
