diff options
| author | Spenser Gilliland <spenser@gillilanding.com> | 2013-12-05 18:20:52 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 22:45:25 +0100 |
| commit | cdcb9690eaf977dd020a36fcb33b9c8ff04e2435 (patch) | |
| tree | 3f7c66f84d3785b186af4513aae1967e54360f19 /package/binutils/binutils.mk | |
| parent | 26cc49f6c662b8d94255106bd2acaa0751212c16 (diff) | |
| download | buildroot-cdcb9690eaf977dd020a36fcb33b9c8ff04e2435.tar.gz buildroot-cdcb9690eaf977dd020a36fcb33b9c8ff04e2435.zip | |
binutils: add microblaze internal toolchain
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils/binutils.mk')
| -rw-r--r-- | package/binutils/binutils.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 3c14849279..13854b0673 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -27,6 +27,10 @@ ifeq ($(BR2_arc),y) BINUTILS_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,binutils,$(BINUTILS_VERSION)) BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz endif +ifeq ($(BR2_microblaze),y) +BINUTILS_SITE = $(call github,Xilinx,binutils,$(BINUTILS_VERSION)) +BINUTILS_SOURCE = binutils-$(BINUTILS_VERSION).tar.gz +endif BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils BINUTILS_SOURCE ?= binutils-$(BINUTILS_VERSION).tar.bz2 BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTIONS)) |

