Adapted for use of the ACK VAX assembler
This commit is contained in:
parent
0ce4d37e54
commit
54cb64aef2
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
Action
|
||||
as
|
||||
cg
|
||||
libbc
|
||||
libcc
|
||||
|
|
|
@ -1,38 +1,37 @@
|
|||
name "Vax 4-4 assembler"
|
||||
dir as
|
||||
end
|
||||
name "Vax 4-4 backend"
|
||||
dir cg
|
||||
end
|
||||
name "Vax target optimizer"
|
||||
dir top
|
||||
end
|
||||
name "ACK a.out to VAX a.out conversion program"
|
||||
dir cv
|
||||
end
|
||||
name "Vax code expander library"
|
||||
system vax*
|
||||
dir ce
|
||||
end
|
||||
name "Vax 4-4 C libraries"
|
||||
system vax*
|
||||
dir libcc
|
||||
end
|
||||
name "Vax 4-4 EM library"
|
||||
system vax*
|
||||
dir libem
|
||||
end
|
||||
name "Vax 4-4 Pascal library"
|
||||
system vax*
|
||||
dir libpc
|
||||
end
|
||||
name "Vax 4-4 Occam library"
|
||||
system vax*
|
||||
dir liboc
|
||||
end
|
||||
name "Vax 4-4 Modula-2 library"
|
||||
system vax*
|
||||
dir libm2
|
||||
end
|
||||
name "Vax 4-4 Basic library"
|
||||
system vax*
|
||||
dir libbc
|
||||
end
|
||||
name "Vax 4-4 systemcall interface"
|
||||
system vax*
|
||||
dir libsys
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue