New installation mechanism
This commit is contained in:
parent
49b3949315
commit
8a9e71256f
|
@ -2,4 +2,6 @@ Action
|
|||
as
|
||||
cg
|
||||
libem
|
||||
libend
|
||||
libmon
|
||||
mach_params
|
||||
|
|
|
@ -7,3 +7,9 @@ end
|
|||
name "Zilog Z8000 EM library"
|
||||
dir libem
|
||||
end
|
||||
name "Zilog Z8000 system call library"
|
||||
dir libmon
|
||||
end
|
||||
name "Zilog Z8000 end,etext,edata library"
|
||||
dir libend
|
||||
end
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
LIST
|
||||
Makefile
|
||||
head_em.s
|
||||
libem_s.a
|
||||
end.s
|
||||
|
|
Loading…
Reference in a new issue