summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-09-22 20:30:08 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-09-22 20:30:08 +0200
commit61ad24312b1f35fbdea73a93f1bde63181a18794 (patch)
treed891dc3cc60359cece5fe7cec79cbb48a51e0e02
parent490c3d87cb558a8cfe8ad4db9f39c9cb3df91d17 (diff)
parent754188aa3520a68c16d1ace5c8f6cbb84e61f41d (diff)
downloadplan9front-61ad24312b1f35fbdea73a93f1bde63181a18794.tar.xz
merge
-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"},