aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-17 20:26:12 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-17 20:26:12 +0000
commit08b5f48ee851e9de178b2f4f06a7b0d165666648 (patch)
tree4785570374937486b8a8c06a8c4d03b61560414f /config
parent17b4c306d3df632851c17c600de0142d60781217 (diff)
config/latest-rel: Update component versions
Change-Id: Ieb42bf8cffbdbfe910e028d62a03277d91fcbdfb
Diffstat (limited to 'config')
-rw-r--r--config/gdb.conf2
-rw-r--r--config/gdbserver.conf2
-rw-r--r--config/latest-rel/binutils.conf2
-rw-r--r--config/latest-rel/gcc.conf2
-rw-r--r--config/latest-rel/glibc.conf2
-rw-r--r--config/qemu.conf4
6 files changed, 7 insertions, 7 deletions
diff --git a/config/gdb.conf b/config/gdb.conf
index 9474f228..e35b9ca4 100644
--- a/config/gdb.conf
+++ b/config/gdb.conf
@@ -1,6 +1,6 @@
# Keep up-to-date with latest upstream release branch and in sync with
# config/gdbserver.conf
-latest="binutils-gdb.git~gdb-10-branch"
+latest="binutils-gdb.git~gdb-11-branch"
# If yes, only static linking will be used
static_link=yes
diff --git a/config/gdbserver.conf b/config/gdbserver.conf
index e5b64c3b..b797e831 100644
--- a/config/gdbserver.conf
+++ b/config/gdbserver.conf
@@ -1,6 +1,6 @@
# Keep up-to-date with latest upstream release branch and in sync with
# config/gdb.conf
-latest="binutils-gdb.git~gdb-10-branch"
+latest="binutils-gdb.git~gdb-11-branch"
# If yes, only static linking will be used
static_link=yes
diff --git a/config/latest-rel/binutils.conf b/config/latest-rel/binutils.conf
index fbd6d207..2d2e7328 100644
--- a/config/latest-rel/binutils.conf
+++ b/config/latest-rel/binutils.conf
@@ -1,2 +1,2 @@
# Keep up-to-date with latest upstream release branch
-latest="binutils-gdb.git~binutils-2_35-branch"
+latest="binutils-gdb.git~binutils-2_37-branch"
diff --git a/config/latest-rel/gcc.conf b/config/latest-rel/gcc.conf
index a1079bef..c547ce98 100644
--- a/config/latest-rel/gcc.conf
+++ b/config/latest-rel/gcc.conf
@@ -1,2 +1,2 @@
# Keep up-to-date with latest upstream release branch
-latest="gcc.git~releases/gcc-10"
+latest="gcc.git~releases/gcc-11"
diff --git a/config/latest-rel/glibc.conf b/config/latest-rel/glibc.conf
index 29fc3632..d1a2df13 100644
--- a/config/latest-rel/glibc.conf
+++ b/config/latest-rel/glibc.conf
@@ -1,2 +1,2 @@
# Keep up-to-date with latest upstream release branch
-latest="glibc.git~release/2.33/master"
+latest="glibc.git~release/2.34/master"
diff --git a/config/qemu.conf b/config/qemu.conf
index 91e7f4a1..ceae9271 100644
--- a/config/qemu.conf
+++ b/config/qemu.conf
@@ -1,5 +1,5 @@
-# Keep up-to-date with latest upstream release branch
-latest="qemu.git~stable-5.0"
+# Keep up-to-date with latest upstream release tag
+latest="qemu.git~v6.0.0"
# This is a list of default flags always supplied to configure
case ${target} in