From ebc11619650e04d446780655d174604bed0ae0c3 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 28 Mar 2005 15:59:01 +0000 Subject: [PATCH] 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 --- src/bin/gdb/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/gdb/Jamfile b/src/bin/gdb/Jamfile index c5bbe76358..eaf3244da2 100644 --- a/src/bin/gdb/Jamfile +++ b/src/bin/gdb/Jamfile @@ -1,4 +1,7 @@ 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 opcodes ; SubInclude OBOS_TOP src bin gdb readline ;