From f204cc8ec4b70eee4de79ac5e7df831cfe0cb751 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 1 Apr 2016 15:43:56 -0700 Subject: Spelling fixes. Signed-off-by: Alexey Neyman --- config/debug/gdb.in.cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/debug') diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index 07b85b85..fb993c91 100644 --- a/config/debug/gdb.in.cross +++ b/config/debug/gdb.in.cross @@ -21,7 +21,7 @@ config GDB_CROSS_STATIC depends on CONFIGURE_has_static_link select WANTS_STATIC_LINK help - A static cross gdb can be usefull if you debug on a machine that is + A static cross gdb can be useful if you debug on a machine that is not the one that is used to compile the toolchain. That way, you can share the cross-gdb without installing a toolchain -- cgit v1.2.3 From 2885b0ea2a721b8ba663059e75188fc2b9c4dd62 Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Wed, 7 Sep 2016 17:24:22 +0300 Subject: duma: add SHARED_LIBS dependency for DUMA shared library option --- config/debug/duma.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/debug') diff --git a/config/debug/duma.in b/config/debug/duma.in index 374339d4..35f9e091 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -14,7 +14,8 @@ config DUMA_A config DUMA_SO bool prompt "Build a shared library" - default y if SHARED_LIBS + depends on SHARED_LIBS + default y choice bool -- cgit v1.2.3