aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-06-20 15:53:14 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-20 15:53:14 +0200
commitb4d8d652a3e818911ac4b9873bf4f738a51f78e7 (patch)
treed906a109934ed13e2a1b13f912e79ec7f6605777 /package/devel/gdb
parent49a74031a157caf97a8eb5f9a6079368ece5a5de (diff)
downloadmaster-187ad058-b4d8d652a3e818911ac4b9873bf4f738a51f78e7.tar.gz
master-187ad058-b4d8d652a3e818911ac4b9873bf4f738a51f78e7.tar.bz2
master-187ad058-b4d8d652a3e818911ac4b9873bf4f738a51f78e7.zip
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>
Diffstat (limited to 'package/devel/gdb')
-rw-r--r--package/devel/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index f6d5fec2ff..5678b5bb00 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=devel
CATEGORY:=Development
- DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib
+ DEPENDS:=+!USE_MUSL:libthread-db +PACKAGE_zlib:zlib @!arc
URL:=http://www.gnu.org/software/gdb/
endef