diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-10-30 22:20:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-02 11:35:10 +0000 |
commit | 548a9f0640f340d37add7b700f399571fde24eff (patch) | |
tree | 2270ce47535810a4b53b852392bf556d9ac68200 /meta/conf | |
parent | 4f9ef652c44a19f3575901f120402c8e88c57d13 (diff) | |
download | poky-548a9f0640f340d37add7b700f399571fde24eff.tar.gz |
gdb: Update to 10.x release
here is full announcement [1]
Do not add --disable-static, without adding --enable-shared
because certain libraries e.g. libctf expects the default
to be static which is only disabled if --enable-shared is specified
Do not limit make subdirs, this is only needed when building in a
unified tree, here builds are happening from a release tarball so it is
redundant
[1] https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
(From OE-Core rev: 8fb5fe5a82d173428d96ab43bab25b89ac6f25ea)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 50e8a20f35..75796a73fb 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | |||
19 | GCCVERSION ?= "10.%" | 19 | GCCVERSION ?= "10.%" |
20 | SDKGCCVERSION ?= "${GCCVERSION}" | 20 | SDKGCCVERSION ?= "${GCCVERSION}" |
21 | BINUVERSION ?= "2.35%" | 21 | BINUVERSION ?= "2.35%" |
22 | GDBVERSION ?= "9.%" | 22 | GDBVERSION ?= "10.%" |
23 | GLIBCVERSION ?= "2.32" | 23 | GLIBCVERSION ?= "2.32" |
24 | LINUXLIBCVERSION ?= "5.8%" | 24 | LINUXLIBCVERSION ?= "5.8%" |
25 | QEMUVERSION ?= "5.1%" | 25 | QEMUVERSION ?= "5.1%" |