package/devel/gdb-arc: Add target GDB for ARC
authorAlexey Brodkin <abrodkin@synopsys.com>
Mon, 20 Jun 2016 13:53:14 +0000 (15:53 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Mon, 20 Jun 2016 13:53:14 +0000 (15:53 +0200)
commitb4d8d652a3e818911ac4b9873bf4f738a51f78e7
treed906a109934ed13e2a1b13f912e79ec7f6605777
parent49a74031a157caf97a8eb5f9a6079368ece5a5de
package/devel/gdb-arc: Add target GDB for ARC

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