Fix GDB BFD test linking
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>
Thu, 29 Apr 2010 19:19:20 +0000 (22:19 +0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 1 May 2010 20:53:41 +0000 (22:53 +0200)
commitee39d53ce343c2d8e4603f40a9d3aaba6d5ef8ff
tree5445e94720e122e60c4da45ac85690d57fb39a2b
parentbb73ce22225306a4484c45fc359ebe7b64512501
Fix GDB BFD test linking

When compiling GDB for target (in my case i386) it links
wrong BFD library from host OS. This prevents GDB from compiling
support for ELF and thus GDB is unusable on target.

More about this issue was already posted at:
http://lists.uclibc.org/pipermail/buildroot/2009-March/026585.html

Fix this issue by forcing ELF support.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gdb/gdb.mk