yann@1849: # Menu for the cross GDB yann@96: yann@2209: config STATIC_TOOLCHAIN yann@2209: select GDB_CROSS_STATIC if GDB_CROSS yann@2209: yann@96: config GDB_CROSS yann@96: bool yann@96: prompt "Cross-gdb" yann@96: default y yann@850: select GDB_GDBSERVER if ! BARE_METAL yann@96: help yann@583: Build and install a cross-gdb for the target, to run on host. yann@96: yann@1849: if GDB_CROSS yann@1849: yann@1915: config GDB_CROSS_STATIC yann@1915: bool yann@1915: prompt "Build a static cross gdb" yann@1915: help yann@1915: A static cross gdb can be usefull if you debug on a machine that is yann@1915: not the one that is used to compile the toolchain. yann@1915: yann@1915: That way, you can share the cross-gdb without installing a toolchain yann@1915: on every machine that will be used to debug target programs. yann@1915: yann@1849: endif # GDB_CROSS