Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gdb: bump to 7.3.1
@ 2011-09-30  6:49 Yegor Yefremov
  2011-09-30 20:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 11+ messages in thread
From: Yegor Yefremov @ 2011-09-30  6:49 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] [PATCH] gdb: bump to 7.3.1
@ 2011-10-04  9:05 yegorslists at googlemail.com
  2011-10-05 14:07 ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: yegorslists at googlemail.com @ 2011-10-04  9:05 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

this version fixes compilation issue on some old build systems like
openSUSE 10.3 saying some host libraries were too old

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 toolchain/gdb/Config.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 8295f79..2da965e 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -59,6 +59,11 @@ choice
 		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 @@ config BR2_GDB_VERSION
 	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
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-10-05 15:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30  6:49 [Buildroot] [PATCH] gdb: bump to 7.3.1 Yegor Yefremov
2011-09-30 20:26 ` Thomas Petazzoni
2011-10-01 21:24   ` Arnout Vandecappelle
2011-10-01 22:35     ` Yegor Yefremov
2011-10-05 13:16       ` Peter Korsgaard
2011-10-05 13:31         ` Yegor Yefremov
2011-10-05 14:28           ` Peter Korsgaard
2011-10-05 14:57             ` Thomas Petazzoni
2011-10-05 15:26               ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2011-10-04  9:05 yegorslists at googlemail.com
2011-10-05 14:07 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox