aboutsummaryrefslogtreecommitdiff
path: root/config/gdbserver.conf
blob: e5b64c3bcc4326416dde65f8481ba4f988fb8796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Keep up-to-date with latest upstream release branch and in sync with
# config/gdb.conf
latest="binutils-gdb.git~gdb-10-branch"

# If yes, only static linking will be used
static_link=yes

# Keep this in sync with gdb.conf
default_configure_flags="--with-gnu-ld --enable-plugins --enable-tui --with-pkgversion=Linaro_GDB-${release:-${date}} --disable-gas --disable-binutils --disable-elfcpp --disable-ld --disable-gold --disable-gprof --with-python=python3"
default_makeflags="all-gdbserver"

# This is a list of default flags always supplied to "make check".
runtest_flags=""