summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-09-22 11:28:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-10-14 12:30:02 +0200
commitf244603280985e703b0d227a3bb8211c3b63962e (patch)
tree83529bf60d967b63fac7d870edae4e549498b331 /platforms
parente79956d2b909bd40fdc5e1cfad2086e70728030e (diff)
downloadptxdist-f244603280985e703b0d227a3bb8211c3b63962e.tar.gz
ptxdist-f244603280985e703b0d227a3bb8211c3b63962e.tar.xz
platform: bump default toolchain version
Provide reasonably recent default values for new platforms. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200922092901.30715-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/toolchain.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/toolchain.in b/platforms/toolchain.in
index 026e4395c..86e624329 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-2019.09"
+ default "OSELAS.Toolchain-2020.08"
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 "9.2.1"
+ default "10.2.1"
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 "glibc version"
- default "2.30"
+ default "2.32"
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"