# HG changeset patch # User cinap_lenrek@felloff.net # Date 1569177453 -7200 # Node ID 706812d7d85bf02d363cb42ec4c357289c7df4b6 # Parent f54a1306f58971872afc7dfeba52c59defb61ac8# Parent af1fdc7338028565a94e7ac8c4edc3c6657f65dc merge diff --git a/sys/man/1/2c b/sys/man/1/2c --- a/sys/man/1/2c +++ b/sys/man/1/2c @@ -1,6 +1,6 @@ .TH 2C 1 .SH NAME -0c, 1c, 2c, 5c, 6c, 8c, kc, qc, vc \- C compilers +0c, 1c, 2c, 5c, 6c, 7c, 8c, kc, qc, vc \- C compilers .SH SYNOPSIS .B 2c [ @@ -41,6 +41,9 @@ little-endian ARM .B "6c amd64 AMD64 and compatibles (e.g., Intel EM64T) .TP +.B "7c arm64 +ARM64 (ARMv8) +.TP .B "8c 386 Intel i386, i486, Pentium, etc. .TP @@ -65,6 +68,7 @@ Let the first letter of the compiler nam .BR 2 , .BR 5 , .BR 6 , +.BR 7 , .BR 8 , .BR k , .BR q , diff --git a/sys/src/ape/cmd/cc.c b/sys/src/ape/cmd/cc.c --- a/sys/src/ape/cmd/cc.c +++ b/sys/src/ape/cmd/cc.c @@ -31,6 +31,7 @@ Objtype objtype[] = { {"sparc", "kc", "kl", "k"}, {"power", "qc", "ql", "q"}, {"mips", "vc", "vl", "v"}, + {"spim", "0c", "0l", "0"}, }; enum {