ape/cc: Add arm64 and remove alpha

This commit is contained in:
Roberto E. Vargas Caballero 2019-09-22 19:07:57 +02:00
parent 71a1d11a81
commit 754188aa35

View file

@ -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"},