From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] gdb: bump to 7.3.1
Date: Fri, 30 Sep 2011 08:49:23 +0200 [thread overview]
Message-ID: <4E856673.8020205@visionsystems.de> (raw)
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
next reply other threads:[~2011-09-30 6:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 6:49 Yegor Yefremov [this message]
2011-09-30 20:26 ` [Buildroot] [PATCH] gdb: bump to 7.3.1 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E856673.8020205@visionsystems.de \
--to=yegor_sub1@visionsystems.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.