2 # WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
3 # WARNING -- 2.95 does not currently build natively for the target.
8 bool "Build gdb debugger for the Target"
10 select BR2_PACKAGE_NCURSES
12 Enable the gdb debugger.
14 config BR2_PACKAGE_GDB_SERVER
15 bool "Build gdb server for the Target"
17 select BR2_PACKAGE_NCURSES
19 Enable the gdb debugger.
22 prompt "GDB debuger Version"
23 default BR2_GDB_VERSION_5_3
24 depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_HOST_GDB
26 Select the version of gcc you wish to use.
28 config BR2_GDB_VERSION_5.3
31 config BR2_GDB_VERSION_6_1_1
34 config BR2_GDB_VERSION_6_2
37 config BR2_GDB_VERSION_6_2_1
42 config BR2_GDB_VERSION
44 default "5.3" if BR2_GDB_VERSION_5.3
45 default "6.1.1" if BR2_GDB_VERSION_6_1_1
46 default "6.2" if BR2_GDB_VERSION_6_2
47 default "6.2.1" if BR2_GDB_VERSION_6_2_1