Added gdb's bfd and opcodes libraries and gdb itself to the build.

Everything compiles here, but I couldn't test it yet, since Haiku
doesn't seem to boot properly at the moment.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12104 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-28 15:59:01 +00:00
parent 4184510ecb
commit ebc1161965

View File

@ -1,4 +1,7 @@
SubDir OBOS_TOP src bin gdb ; SubDir OBOS_TOP src bin gdb ;
SubInclude OBOS_TOP src bin gdb bfd ;
SubInclude OBOS_TOP src bin gdb gdb ;
SubInclude OBOS_TOP src bin gdb libiberty ; SubInclude OBOS_TOP src bin gdb libiberty ;
SubInclude OBOS_TOP src bin gdb opcodes ;
SubInclude OBOS_TOP src bin gdb readline ; SubInclude OBOS_TOP src bin gdb readline ;