summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2019-09-22 19:07:57 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2019-09-22 19:07:57 +0200
commit754188aa3520a68c16d1ace5c8f6cbb84e61f41d (patch)
treee718e2d5e0f24845f5acd28a031829ab66a89f93
parent71a1d11a81faba020649408e8c9eaeb10095a341 (diff)
downloadplan9front-754188aa3520a68c16d1ace5c8f6cbb84e61f41d.tar.xz
ape/cc: Add arm64 and remove alpha
-rw-r--r--sys/src/ape/cmd/cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/ape/cmd/cc.c b/sys/src/ape/cmd/cc.c
index fff45f9fe..1604fd7ca 100644
--- a/sys/src/ape/cmd/cc.c
+++ b/sys/src/ape/cmd/cc.c
@@ -25,8 +25,8 @@ typedef struct Objtype {
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"},