diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:11:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:11:48 +0200 |
commit | 986886f2b8ab4a7e1b3d66e99934d8fdab537be9 (patch) | |
tree | c49e9711e7229a8d12f5b5b0ab38b5bd6c27b711 /sys/src/cmd/pcc.c | |
parent | f7703d6971383c39f981f5676a4e28a6371c3997 (diff) |
retire the dec alpha port
Diffstat (limited to 'sys/src/cmd/pcc.c')
-rw-r--r-- | sys/src/cmd/pcc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/pcc.c b/sys/src/cmd/pcc.c index b5b93f5f7..c531fd0b8 100644 --- a/sys/src/cmd/pcc.c +++ b/sys/src/cmd/pcc.c @@ -16,7 +16,6 @@ Objtype objtype[] = { {"68020", "2c", "2l", "2", "2.out"}, {"arm", "5c", "5l", "5", "5.out"}, {"amd64", "6c", "6l", "6", "6.out"}, - {"alpha", "7c", "7l", "7", "7.out"}, {"386", "8c", "8l", "8", "8.out"}, {"power64", "9c", "9l", "9", "9.out"}, {"sparc", "kc", "kl", "k", "k.out"}, |