ref: 1eb7a858acdb58be016659a35e3c6cf54bf8cf86
parent: 07d033de2d22cbc88953e1a4d4a29808768ec071
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Sep 22 15:07:57 EDT 2019
ape/cc: Add arm64 and remove alpha
--- 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"},--
⑨