commit | b93786524eec3276a5e342ec4a3bf853cae2e40a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 16 15:43:42 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 16 15:43:42 2021 +0100 |
tree | 6195a8e8053964279455547ea6a96fa92b8976e4 | |
parent | e67ca42f31b0799559249a1d1e8084dd56782b6a [diff] |
configs: Don't include 32-bit-only GDB XML in aarch64 linux configs The aarch64-linux QEMU usermode binaries can never run 32-bit code, so they do not need to include the GDB XML for it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>