Skip to content

community/gdb: add multiarch subpackage

Sören Tempel requested to merge nmeum/aports:gdb-multiarch into master

Currently our GDB packet only supports the target host architecture. I am currently doing some work with RISC-V and needed a debugger for it. Instead of creating a gdb package for each architecture I decided to simply create an alternative gdb package supporting all architectures.

This approach is also used by Debian: https://packages.debian.org/sid/gdb-multiarch

Edited by Sören Tempel

Merge request reports