Added debugger support library

This commit is contained in:
ceriel 1991-09-30 09:24:11 +00:00
parent a9bcc007ad
commit b3780be39c
2 changed files with 5 additions and 0 deletions

View file

@ -5,3 +5,4 @@ ce_cg
libem libem
libsys libsys
libend libend
libdb

View file

@ -22,3 +22,7 @@ name "Sparc system call library"
system "sparc" system "sparc"
dir libsys dir libsys
end end
name "Sparc debugger support library"
system "sparc"
dir libdb
end