summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-01-23 12:32:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-23 17:31:47 +0100
commit6bdd2f9c4dc1295afc186f2ada3788d541ddf5ab (patch)
tree0c986e83d91e7d39a5b878b364088faf75b23ca7 /platforms
parent182948729f9a139dbf0241e23ca372d1490c1cc6 (diff)
downloadptxdist-6bdd2f9c4dc1295afc186f2ada3788d541ddf5ab.tar.gz
ptxdist-6bdd2f9c4dc1295afc186f2ada3788d541ddf5ab.tar.xz
Toolchain/gdb: we have the year 2014, reflect this in the default values
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 <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/toolchain.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/platforms/toolchain.in b/platforms/toolchain.in
index 90d62ad6e..2807bc7da 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"