[Buildroot] [PATCH] gdb: bump to 7.3.1

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Sep 30 20:26:06 UTC 2011


Yegor,

Can you send a patch with a proper description, so that it can be
applied with git am ?

By proper description I mean :

 * Don't forget that everything before the --- is kept in the commit
   log, so don't put "personal" explanations.

 * Don't put a line full of "-------------------------".

Thanks!

Thomas

Le Fri, 30 Sep 2011 08:49:23 +0200,
Yegor Yefremov <yegor_sub1 at visionsystems.de> a écrit :

> On my old build system (openSUSE 10.3) I had problems compiling GDB saying something like my glibc is too old. So I tried the latest version and could compile without a problem. See the patch below.
> 
> Yegor 
> --------------------------------------------------------------
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
> ---
>  toolchain/gdb/Config.in |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> Index: b/toolchain/gdb/Config.in
> ===================================================================
> --- a/toolchain/gdb/Config.in
> +++ b/toolchain/gdb/Config.in
> @@ -59,6 +59,11 @@
>  		depends on !BR2_bfin
>  		select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
>  
> +	config BR2_GDB_VERSION_7_3_1
> +		bool "gdb 7.3.1"
> +		depends on !BR2_bfin
> +		select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
> +
>  endchoice
>  
>  config BR2_GDB_VERSION
> @@ -69,3 +74,4 @@
>  	default "6.8"      if BR2_GDB_VERSION_6_8
>  	default "7.0.1"    if BR2_GDB_VERSION_7_0_1
>  	default "7.1"      if BR2_GDB_VERSION_7_1
> +	default "7.3.1"    if BR2_GDB_VERSION_7_3_1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list