diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2005-05-03 05:06:06 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2005-05-03 05:06:06 +0000 |
commit | 5b72a75f945397ee3e3af9e2d1d24a2adac47567 (patch) | |
tree | 29b6ebb0140069c202fa190740c5e78f02cb0ec7 /toolchain/binutils/binutils.mk | |
parent | 0a7a816eb4f9fcab905d6db9d170821cc3f3abf8 (diff) | |
download | buildroot-novena-5b72a75f945397ee3e3af9e2d1d24a2adac47567.tar.gz buildroot-novena-5b72a75f945397ee3e3af9e2d1d24a2adac47567.zip |
Looks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel soft-float cross+native toolchain build.
Diffstat (limited to 'toolchain/binutils/binutils.mk')
-rw-r--r-- | toolchain/binutils/binutils.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 22f66331b..8a4e179fb 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -18,6 +18,9 @@ endif ifeq ($(BINUTILS_VERSION),2.13) BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ endif +ifeq ($(BINUTILS_VERSION),2.15.97) +BINUTILS_SITE:=ftp://sources.redhat.com/pub/binutils/snapshots/ +endif BINUTILS_SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2 BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-$(BINUTILS_VERSION) |