From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W6IWk-0004oX-Eb for ptxdist@pengutronix.de; Thu, 23 Jan 2014 12:32:54 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.82) (envelope-from ) id 1W6IWk-0000KY-D9 for ptxdist@pengutronix.de; Thu, 23 Jan 2014 12:32:54 +0100 From: Juergen Beisert Date: Thu, 23 Jan 2014 12:32:51 +0100 Message-Id: <1390476771-15449-3-git-send-email-jbe@pengutronix.de> In-Reply-To: <1390476771-15449-1-git-send-email-jbe@pengutronix.de> References: <1390476771-15449-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [PATCH 2/2] Toolchain/gdb: we have the year 2014, reflect this in the default values Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de The defaults are now pointing to the last year toolchain (2013.12) release. This includes gdb which is used in this toolchain release. Signed-off-by: Juergen Beisert --- platforms/toolchain.in | 8 ++++---- rules/gdb-menu.in | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/platforms/toolchain.in b/platforms/toolchain.in index 90d62ad..2807bc7 100644 --- a/platforms/toolchain.in +++ b/platforms/toolchain.in @@ -5,7 +5,7 @@ menu "toolchain " config CROSSCHAIN_VENDOR string prompt "check for specific toolchain vendor" - default "OSELAS.Toolchain-1.99.3" + default "OSELAS.Toolchain-2013.12" help Add here an unique vendor string to ensure this project will be build with the correct toolchain. @@ -19,7 +19,7 @@ config CROSSCHAIN_VENDOR config CROSSCHAIN_CHECK string prompt "check for specific gcc version" - default "4.3.2" + default "4.8.2" help PTXdist calls your cross compiler with -dumpversion and compares the output with this string. This should help @@ -47,7 +47,7 @@ if LIBC_GLIBC config GLIBC_VERSION string prompt "check for specific glibc version" - default "2.8" + default "2.18" help Specify the glibc version this BSP shall be built with. This information is used to guess the toolchain path if you use "ptxdist toolchain" @@ -58,7 +58,7 @@ if LIBC_UCLIBC config UCLIBC_VERSION string prompt "check for specific uClibc version" - default "0.9.30.2" + default "0.9.33.2" help Specify the uClibc version this BSP shall be built with. This information is used to guess the toolchain path if you use "ptxdist toolchain" diff --git a/rules/gdb-menu.in b/rules/gdb-menu.in index 610aeb2..79e876b 100644 --- a/rules/gdb-menu.in +++ b/rules/gdb-menu.in @@ -8,11 +8,11 @@ if GDB || GDBSERVER config GDB_VERSION string "gdb version" - default "7.2" + default "7.6.1" config GDB_MD5 string "gdb source md5sum" - default "64260e6c56979ee750a01055f16091a5" + default "fbc4dab4181e6e9937075b43a4ce2732" endif -- 1.8.5.2 -- ptxdist mailing list ptxdist@pengutronix.de