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