~mpu/qbe

Fix architecture detection on OpenBSD/arm64 v1 PROPOSED

Josiah Frentsos: 1
 Fix architecture detection on OpenBSD/arm64

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mpu/qbe/patches/44768/mbox | git am -3
Learn more about email & git

[PATCH] Fix architecture detection on OpenBSD/arm64 Export this patch

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0dbe5f7..3266c76 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ config.h:
		;;                                     \
	*)                                             \
		case `uname -m` in                     \
		*aarch64*)                             \
		*aarch64*|*arm64*)                     \
			echo "#define Deftgt T_arm64"; \
			;;                             \
		*riscv64*)                             \
-- 
2.42.0
Sorry for the late reply. The patch looks good, I pushed it to master.