crosstool-ng/config/debug
Chris Packham daf19e1761 gdb: Use correct arguments for static linking
As of version 13.x GDB uses libtool for linking instead of g++ these
take different arguments for static linking.  Commit 6146b5a6 ("use
-all-static when building a static gdb") attempted to deal with this but
had the effect of causing older GDB versions to fail to build
statically. Add a new internal flag GDB_CC_LD_LIBTOOL and use this to
decide whether to pass `-static` or `-all-static`.

Fixes #2053
Signed-off-by: Chris Packham <judge.packham@gmail.com>
2023-11-02 20:49:26 +13:00
..
duma.in Remove obsolete bionic/android support 2022-05-10 19:46:53 +12:00
gdb.in gdb: Use correct arguments for static linking 2023-11-02 20:49:26 +13:00
gdb.in.cross gdb: Remove old milestones 2021-09-21 21:12:19 +12:00
gdb.in.native gdb: Make native GDB 13+ dependent on MPFR 2023-05-19 15:54:16 +12:00
ltrace.in Remove obsolete bionic/android support 2022-05-10 19:46:53 +12:00
strace.in Remove obsolete bionic/android support 2022-05-10 19:46:53 +12:00