package/devel/gdb-arc: Add target GDB for ARC
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Wed, 8 Jun 2016 06:50:55 +0000 (09:50 +0300)
committerJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 20:51:42 +0000 (22:51 +0200)
commit1f0a9715d229df883ae05dd326cff5ce0b424b6a
tree657343fff9ac6f38d4bc587400e39ddde5771aa7
parent8cc65914dfb82a50509d8187c2c50f82cea31251
package/devel/gdb-arc: Add target GDB for ARC

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: Alexey Brodkin <abrodkin@synopsys.com>
package/devel/gdb-arc/Makefile [new file with mode: 0644]
package/devel/gdb-arc/patches/100-no_extern_inline.patch [new file with mode: 0644]
package/devel/gdb-arc/patches/110-no_testsuite.patch [new file with mode: 0644]
package/devel/gdb-arc/patches/120-fix-compile-flag-mismatch.patch [new file with mode: 0644]
package/devel/gdb/Makefile