Skip to content
Snippets Groups Projects

Draft: T8103: Enable cross build of gdb

Open Walter Lozano requested to merge wip/wlozano/gdb_cross into apertis/v2022dev3
1 unresolved thread

Currently all the packages for different architectures ship amd64 binaries, in order to fix this enable cross compilation of gdb.

Edited by Walter Lozano

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Walter Lozano marked this merge request as draft

    marked this merge request as draft

  • Walter Lozano added 1 commit

    added 1 commit

    Compare with previous version

    • Author Maintainer

      @em am I missing something here? From my perspective something like this is needed (this version does not work it is just to open the discussion)

    • I think the confusion stems from the fact that we build and pack both gdb and gdb-multiarch, while we only care about the latter.

      My suggestion would be to do rm -f gdb-minimal_*.deb gdb gdb-source_*.deb gdb_*.deb so we only capture what is needed, avoiding the confusing gdb. We could even trim the multiarch list, but it's not important.

      A nice touch would be to disable python from GDB so we do not have to deal with Python 2 vs. 3, but that would be for a separate MR,

    • Please register or sign in to reply
  • assigned to @wlozano

Please register or sign in to reply
Loading