Added debugger support library

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

View File

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

View File

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