aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/bfd/configure
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-12 19:33:52 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-12 19:33:52 +0000
commit0aecce1e344d43b8c267e4097a6add59b602e1e6 (patch)
treeb6180daa6d6e558ce86214f98d103e01ff4e70ff /contrib/binutils/bfd/configure
parent55ba99bb8dde491eff144f287834f17d0c9e541e (diff)
downloadsrc-0aecce1e344d43b8c267e4097a6add59b602e1e6.tar.gz
src-0aecce1e344d43b8c267e4097a6add59b602e1e6.zip
Import of Binutils from the FSF 2.12 branch.
(this fixes several linker problems and coredumps) These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu
Notes
Notes: svn path=/vendor/binutils/dist/; revision=94536
Diffstat (limited to 'contrib/binutils/bfd/configure')
-rwxr-xr-xcontrib/binutils/bfd/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/bfd/configure b/contrib/binutils/bfd/configure
index c6f78714ed55..9bbf34d30360 100755
--- a/contrib/binutils/bfd/configure
+++ b/contrib/binutils/bfd/configure
@@ -1116,7 +1116,7 @@ fi
PACKAGE=bfd
-VERSION=2.12
+VERSION=2.12.1
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -1199,7 +1199,7 @@ fi
# Uncomment the next line to remove the date from the reported bfd version
-is_release=y
+#is_release=y
bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`