From: Mischa Jonker <Mischa.Jonker@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/7] gdb: arc: Use git instead of website
Date: Tue, 12 Nov 2013 14:26:14 +0100 [thread overview]
Message-ID: <1384262780-12743-2-git-send-email-mjonker@synopsys.com> (raw)
In-Reply-To: <1384262780-12743-1-git-send-email-mjonker@synopsys.com>
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
package/gdb/Config.in.host | 2 +-
package/gdb/gdb.mk | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 128aed9..d4e8ee7 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -58,6 +58,6 @@ config BR2_GDB_VERSION
default "7.3.1" if BR2_GDB_VERSION_7_3
default "7.4.1" if BR2_GDB_VERSION_7_4
default "7.5.1" if BR2_GDB_VERSION_7_5
- default "7.5.1-arc" if BR2_arc
+ default "8673f98" if BR2_arc
endif
diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 9cf90e3..317d78c 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -21,15 +21,16 @@ GDB_VERSION = 7.5.1
endif
endif
-ifeq ($(BR2_arc),y)
-GDB_SITE = $(BR2_ARC_SITE)
-endif
-
ifeq ($(GDB_VERSION),6.7.1-avr32-2.1.5)
GDB_SITE = ftp://www.at91.com/pub/buildroot/
endif
+ifeq ($(BR2_arc),y)
+GDB_SITE = git://github.com/foss-for-synopsys-dwc-arc-processors/gdb.git
+GDB_SOURCE = gdb-$(GDB_VERSION).tar.gz
+else
GDB_SOURCE = gdb-$(GDB_VERSION).tar.bz2
+endif
GDB_LICENSE = GPLv2+ LGPLv2+ GPLv3+ LGPLv3+
GDB_LICENSE_FILES = COPYING COPYING.LIB COPYING3 COPYING3.LIB
--
1.7.9.5
next prev parent reply other threads:[~2013-11-12 13:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-12 13:26 [Buildroot] [PATCH 0/7] RFC: Move to github as source for ARC-specific packages Mischa Jonker
2013-11-12 13:26 ` Mischa Jonker [this message]
2013-11-12 21:37 ` [Buildroot] [PATCH 1/7] gdb: arc: Use git instead of website Thomas Petazzoni
2013-11-12 21:40 ` Mischa Jonker
2013-11-12 21:52 ` Thomas Petazzoni
2013-11-12 13:26 ` [Buildroot] [PATCH 2/7] binutils: " Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 3/7] gcc: arc: Download from github instead of Synopsys website Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 4/7] uclibc: arc: Use git instead of website Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 5/7] gcc: remove ARC-specific patches Mischa Jonker
2013-11-12 17:03 ` Arnout Vandecappelle
2013-11-12 13:26 ` [Buildroot] [PATCH 6/7] uclibc: " Mischa Jonker
2013-11-12 13:26 ` [Buildroot] [PATCH 7/7] Revert "arc: Add option for ARC-specific download site" Mischa Jonker
2013-11-12 14:59 ` [Buildroot] [PATCH 0/7] RFC: Move to github as source for ARC-specific packages Spenser Gilliland
2013-11-12 15:07 ` Thomas De Schampheleire
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384262780-12743-2-git-send-email-mjonker@synopsys.com \
--to=mischa.jonker@synopsys.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox