1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
Marian Buschsieweke b9b63da984
makefiles/tools/gdb.inc.mk: prefer $(target)-gdb over gdb-multiarch
In an ideal world everyone would just install `gdb-multiarch` and be
happy. However, some MCUs need magic GDB versions sprinkled with
unicorn-stardust-Espressif-patches...

Since there is little reason to have `$(target)-gdb` installed in
addition to `gdb-multiarch` if `gdb-multiarch` would work fine, let's
assume the user wants to use `$(target)-gdb` when present over
`gdb-multiarch`.

Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2022-10-24 09:24:24 +02:00
..
arch makefiles/arch/avr8.inc.mk: fix detection of GCC 12 2022-10-13 12:48:44 +02:00
boards
boot
libc
pkg
tests build-system: add capability to execute scripts with custom executor 2022-10-19 13:58:19 +02:00
toolchain
tools makefiles/tools/gdb.inc.mk: prefer $(target)-gdb over gdb-multiarch 2022-10-24 09:24:24 +02:00
utils
app_dirs.inc.mk
application.inc.mk
auto_init.inc.mk
bindist.inc.mk
blob.inc.mk
boards.inc.mk
buildtests.inc.mk
cargo-settings.inc.mk
cargo-targets.inc.mk makefiles: Remove duplicate cargo invocation 2022-09-23 02:05:32 +02:00
cflags.inc.mk
clang_tidy.inc.mk
color.inc.mk
default-radio-settings.inc.mk
defaultmodules_deps.inc.mk sys/preprocessor: add preprocessor module 2022-10-17 10:38:14 +02:00
defaultmodules_no_recursive_deps.inc.mk
defaultmodules_regular.inc.mk libc: add to default modules 2022-09-26 19:06:46 +02:00
dependencies_debug.inc.mk
dependency_resolution.inc.mk
deprecated_boards.inc.mk cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
deprecated_cpus.inc.mk cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
deprecated_modules.inc.mk sys/shell/cmds: fix shell_cmd_netif LoRaWAN integration 2022-10-04 23:06:03 +02:00
docker.inc.mk makefiles/docker.inc.mk: add support for podman 2022-09-29 20:59:42 +02:00
driver_with_disp_dev.mk
driver_with_saul.mk
driver_with_touch_dev.mk
eclipse.inc.mk
features_check.inc.mk
features_modules.inc.mk
git_version.inc.mk
info-global.inc.mk
info-nproc.inc.mk
info.inc.mk makefiles: Add make info-rust target 2022-09-23 02:03:50 +02:00
kconfig.mk
mcuboot.mk
modules.inc.mk
murdock.inc.mk
periph.mk
pseudomodules.inc.mk sys/tiny_strerror: add tiny_strerror_minimal 2022-10-18 23:30:15 +02:00
scan-build.inc.mk
stdio.inc.mk
suit.base.inc.mk
suit.inc.mk
tests.inc.mk
ubsan.inc.mk
usb-codes.inc.mk
vars.inc.mk