diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-03 21:06:46 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-03 21:06:46 +0200 |
commit | 2994fccbe1b881c3fa2838926d22af8aeda89640 (patch) | |
tree | 5fb20d75de24c162c1116fa2f3b4ff98cbdbd3dd /sys/src/cmd/pcc.c | |
parent | dfd915892a662216fa1f422ea56b89c8b34e3175 (diff) |
ape: initial support for arm64
Diffstat (limited to 'sys/src/cmd/pcc.c')
-rw-r--r-- | sys/src/cmd/pcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/pcc.c b/sys/src/cmd/pcc.c index c531fd0b8..6c733ed12 100644 --- a/sys/src/cmd/pcc.c +++ b/sys/src/cmd/pcc.c @@ -16,6 +16,7 @@ Objtype objtype[] = { {"68020", "2c", "2l", "2", "2.out"}, {"arm", "5c", "5l", "5", "5.out"}, {"amd64", "6c", "6l", "6", "6.out"}, + {"arm64", "7c", "7l", "7", "7.out"}, {"386", "8c", "8l", "8", "8.out"}, {"power64", "9c", "9l", "9", "9.out"}, {"sparc", "kc", "kl", "k", "k.out"}, |