git: 9front

Download patch

ref: 4e5fd50b5d87be033f982b9454f55a096c052150
parent: 436eff07cb3574bcf26a3bcde629cfd4a5a1b88e
parent: 1eb7a858acdb58be016659a35e3c6cf54bf8cf86
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 22 16:30:08 EDT 2019

merge

--- a/sys/src/ape/cmd/cc.c
+++ b/sys/src/ape/cmd/cc.c
@@ -25,8 +25,8 @@
 Objtype objtype[] = {
 	{"68020",	"2c", "2l", "2"},
 	{"arm",		"5c", "5l", "5"},
+	{"arm64",	"7c", "7l", "7"},
 	{"amd64",	"6c", "6l", "6"},
-	{"alpha",	"7c", "7l", "7"},
 	{"386",		"8c", "8l", "8"},
 	{"sparc",	"kc", "kl", "k"},
 	{"power",	"qc", "ql", "q"},
--