update ape/cc's objtype to the current compilers. Reference: /n/sources/patch/applied/ape-cc-objtype Date: Wed Jan 1 04:45:38 CET 2014 Signed-off-by: lunaria21@gmail.com --- /sys/src/ape/cmd/cc.c Wed Jan 1 04:44:03 2014 +++ /sys/src/ape/cmd/cc.c Wed Jan 1 04:44:03 2014 @@ -23,10 +23,9 @@ } Objtype; Objtype objtype[] = { - {"68020", "2c", "2l", "2"}, + {"spim", "0c", "0l", "0"}, {"arm", "5c", "5l", "5"}, {"amd64", "6c", "6l", "6"}, - {"alpha", "7c", "7l", "7"}, {"386", "8c", "8l", "8"}, {"sparc", "kc", "kl", "k"}, {"power", "qc", "ql", "q"},