Skip to content

Commit de9d657

Browse files
authored
Merge pull request #1009 from Schell-HAR/patch-1
Update Makefile
2 parents 293590a + e3edd4c commit de9d657

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,11 @@ armtest: clean
353353
@echo ---- test ARM compilation ----
354354
CC=arm-linux-gnueabi-gcc MOREFLAGS="-Werror -static" $(MAKE) xxhsum
355355

356+
.PHONY: arm64test
357+
arm64test: clean
358+
@echo ---- test ARM64 compilation ----
359+
CC=aarch64-linux-gnu-gcc MOREFLAGS="-Werror -static" $(MAKE) xxhsum
360+
356361
.PHONY: clangtest
357362
clangtest: clean
358363
@echo ---- test clang compilation ----

0 commit comments

Comments
 (0)