diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-10-27 09:25:28 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-02 23:27:01 +0100 |
| commit | e80053176125d5345d7bdf0ee1f45c837728f62d (patch) | |
| tree | 28917e8c24d8ebee794901658826f211ab05449b /package/gdb | |
| parent | ac9621d9950e2ee7ff881d9460961b263e5f81b7 (diff) | |
| download | buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.tar.gz buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb')
| -rw-r--r-- | package/gdb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in b/package/gdb/Config.in index a96df1e464..b211878326 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_GDB # target, we don't allow building a separate gdbserver. The # one from the external toolchain should be used. select BR2_PACKAGE_GDB_SERVER if \ - (!BR2_PACKAGE_GDB_DEBUGGER && !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY) + (!BR2_PACKAGE_GDB_DEBUGGER && !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY) depends on BR2_TOOLCHAIN_HAS_THREADS && BR2_TOOLCHAIN_HAS_THREADS_DEBUG depends on !BR2_nios2 help |

