Skip to content
Snippets Groups Projects
  • Alexey Brodkin's avatar
    1f0a9715
    package/devel/gdb-arc: Add target GDB for ARC · 1f0a9715
    Alexey Brodkin authored
    
    ARC port of GDB is not yet upstream so we need to use
    sources from Synopsys GitHub repo.
    
    Given Synopys' commitment to upstream ARC support in GDB
    in the nearest future it might be simpler to add a separate
    package for ARC GDB instead of patching generic GDB package.
    This way once ARC GDB stuff gets uptreamed we'll only need
    to remove that new "gdb-arc" package.
    
    Note 1 very minor change in generic gdb package was done -
    it now depends on !arc (while "gdb-arc" depends on "arc").
    
    Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
    1f0a9715
    History
    package/devel/gdb-arc: Add target GDB for ARC
    Alexey Brodkin authored
    
    ARC port of GDB is not yet upstream so we need to use
    sources from Synopsys GitHub repo.
    
    Given Synopys' commitment to upstream ARC support in GDB
    in the nearest future it might be simpler to add a separate
    package for ARC GDB instead of patching generic GDB package.
    This way once ARC GDB stuff gets uptreamed we'll only need
    to remove that new "gdb-arc" package.
    
    Note 1 very minor change in generic gdb package was done -
    it now depends on !arc (while "gdb-arc" depends on "arc").
    
    Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>