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/recipes-devtools/gdb/gdb-common.inc | |
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/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 08f615addf..46a793595d 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -15,8 +15,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "gdb\-(?P<pver>.+)\-release" | |||
15 | 15 | ||
16 | B = "${WORKDIR}/build-${TARGET_SYS}" | 16 | B = "${WORKDIR}/build-${TARGET_SYS}" |
17 | 17 | ||
18 | EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'" | ||
19 | |||
20 | EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" | 18 | EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}" |
21 | 19 | ||
22 | EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \ | 20 | EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \ |
@@ -40,6 +38,8 @@ PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" | |||
40 | 38 | ||
41 | GDBPROPREFIX = "--program-prefix=''" | 39 | GDBPROPREFIX = "--program-prefix=''" |
42 | 40 | ||
41 | DISABLE_STATIC = "" | ||
42 | |||
43 | do_configure () { | 43 | do_configure () { |
44 | # override this function to avoid the autoconf/automake/aclocal/autoheader | 44 | # override this function to avoid the autoconf/automake/aclocal/autoheader |
45 | # calls for now | 45 | # calls for now |