From 2f9e16d54cc82f6b7c54d86729abdbbd93dfdb75 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 25 Feb 2022 11:25:47 +0100 Subject: [PATCH] 6: Use GDB 11.2 for mipstx39 --- rtems/config/6/rtems-mips.bset | 2 +- rtems/config/tools/rtems-mipstx39-gdb-11.2.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-mipstx39-gdb-11.2.cfg diff --git a/rtems/config/6/rtems-mips.bset b/rtems/config/6/rtems-mips.bset index 370e5ea..48771f3 100644 --- a/rtems/config/6/rtems-mips.bset +++ b/rtems/config/6/rtems-mips.bset @@ -3,4 +3,4 @@ %define gdb-sim-options --enable-sim-hardware %define win32-gdb-disable-sim %include 6/rtems-default.bset -tools/rtems-mipstx39-gdb-head +tools/rtems-mipstx39-gdb-11.2 diff --git a/rtems/config/tools/rtems-mipstx39-gdb-11.2.cfg b/rtems/config/tools/rtems-mipstx39-gdb-11.2.cfg new file mode 100644 index 0000000..7707519 --- /dev/null +++ b/rtems/config/tools/rtems-mipstx39-gdb-11.2.cfg @@ -0,0 +1,3 @@ +%undefine _target +%define _target mipstx39-rtems%{rtems_version} +%include tools/rtems-gdb-11.2.cfg