From 56525faa51b7ccc2ede512761b7cbc803234799d Mon Sep 17 00:00:00 2001 From: "Vladimir N. Makarov" Date: Wed, 11 Aug 2021 15:57:36 -0400 Subject: [PATCH] Revert "Check test for aarch64 Darwin." This reverts commit 621d77fb12ba6690cbe555ac3dcedaf7f9cc6db2. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d185f9ee7e..26f6e805fa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -640,7 +640,7 @@ gen-bench: $(BUILD_DIR)/mir.$(OBJSUFF) $(BUILD_DIR)/mir-gen.$(OBJSUFF) $(SRC_DIR $(BUILD_DIR)/gen-bench && size $(BUILD_DIR)/gen-bench gen-bench2: $(BUILD_DIR)/c2m # Ignore M1 MacOs as it needs another procedure to make code executable - @if test $(UNAME_S) != Darwin && test $(UNAME_M) != arm64; then\ + @if test $(UNAME_S) != Darwin || test $(UNAME_M) != arm64; then\ echo +++++ Compiling and generating all code for c2m: +++++;\ for i in 0 1 2 3;do \ echo === Optimization level $$i:;\