summaryrefslogtreecommitdiffstats
path: root/rules/binutils.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-11-20 10:09:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-11-20 10:09:39 +0000
commitfcfc59756cf9d76f7077f88c29bf7db93074bd96 (patch)
tree206ba0c31854dff298239c55b1d003e9390595e6 /rules/binutils.make
parentf727b4b96720c305946802889e6aee5a2789b7ea (diff)
downloadptxdist-fcfc59756cf9d76f7077f88c29bf7db93074bd96.tar.gz
ptxdist-fcfc59756cf9d76f7077f88c29bf7db93074bd96.tar.xz
make version number configurable
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@807 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/binutils.make')
-rw-r--r--rules/binutils.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index f44dde23f..1a07784b9 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: binutils.make,v 1.5 2003/10/28 01:57:15 mkl Exp $
+# $Id: binutils.make,v 1.6 2003/11/20 10:09:39 robert Exp $
#
# Copyright (C) 2002, 2003 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
@@ -15,7 +15,6 @@ endif
#
# Paths and names
#
-BINUTILS_VERSION = 2.13.2.1
BINUTILS = binutils-$(BINUTILS_VERSION)
BINUTILS_URL = ftp://ftp.gnu.org/pub/gnu/binutils/$(BINUTILS).tar.gz
BINUTILS_SOURCE = $(SRCDIR)/$(BINUTILS).tar.gz