[Buildroot] [PATCH v2 1/1] package/gdb: fix shared-only build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Dec 17 11:44:47 UTC 2014


Dear Romain Naour,

On Tue, 16 Dec 2014 22:52:42 +0100, Romain Naour wrote:

> diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
> index dbec760..7fbf2f8 100644
> --- a/package/gdb/gdb.mk
> +++ b/package/gdb/gdb.mk
> @@ -83,7 +83,8 @@ GDB_CONF_OPTS = \
>  	$(if $(BR2_PACKAGE_GDB_SERVER),--enable-gdbserver) \
>  	--with-curses \
>  	--without-included-gettext \
> -	--disable-werror
> +	--disable-werror \
> +	--enable-static

We probably want a comment above GDB_CONF_OPTS to explain why we're
adding --enable-static.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list