diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 06:36:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 17:18:27 +0100 |
commit | c0ee224bb1f69febd79788fb30ce921d53af217d (patch) | |
tree | b00699557911db90711104633a9a9e38945bce36 /toolchain/Makefile | |
parent | 7ecc51388754e527dd8d56ff950a8dc52ca2ca4d (diff) |
gdb: update to 11.2
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index a7302bdb2..55e3ccce5 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -41,7 +41,7 @@ endif ifeq ($(ADK_TOOLCHAIN_WITH_GDB),y) # disable gdb for some architectures -ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_CR16)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_NDS32)$(ADK_TARGET_ARCH_OR1K),) +ifeq ($(ADK_TARGET_ARCH_CR16)$(ADK_TARGET_ARCH_EPIPHANY)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_NDS32),) TARGETS+=gdb GDB:=gdb-install endif |