From eb3b382ac61f976752fa0b5428269726c0a176ef Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 12 Nov 2023 15:44:29 -0800 Subject: [PATCH] Correct comment about processor type in makefile slice --- bin/makefile-linux.aarch64-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-linux.aarch64-x b/bin/makefile-linux.aarch64-x index 1f2f156..ac16213 100644 --- a/bin/makefile-linux.aarch64-x +++ b/bin/makefile-linux.aarch64-x @@ -1,4 +1,4 @@ -# Options for Linux, ARMv7 and X-Window +# Options for Linux, aarch64 and X-Window CC = gcc $(GCC_CFLAGS) #CC = clang $(CLANG_CFLAGS)