summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2012-07-11 17:02:57 +0200
committerDan Horák <dan@danny.cz>2012-07-11 17:02:57 +0200
commit624ab3c7f1585381d74e65eeafb7c844e2de5fd3 (patch)
tree119b3863106abad33442f95a28279f6d5f7d157b
parentd2cefe8543797ce8640e2c5625933fc10593d2e7 (diff)
downloadcross-binutils-624ab3c7f1585381d74e65eeafb7c844e2de5fd3.tar.gz
cross-binutils-624ab3c7f1585381d74e65eeafb7c844e2de5fd3.tar.xz
cross-binutils-624ab3c7f1585381d74e65eeafb7c844e2de5fd3.zip
don't install libbfd/libopcode when host == target (eg. on s390x)
-rw-r--r--cross-binutils.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/cross-binutils.spec b/cross-binutils.spec
index 3f2dade..bc9a462 100644
--- a/cross-binutils.spec
+++ b/cross-binutils.spec
@@ -42,7 +42,7 @@
Summary: A GNU collection of cross-compilation binary utilities
Name: cross-binutils
Version: 2.22.52.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
Group: Development/Tools
URL: http://sources.redhat.com/binutils
@@ -345,6 +345,7 @@ function config_target () {
--target=$target \
--program-prefix=$prefix \
--disable-shared \
+ --disable-install_libbfd \
$CARGS \
--with-bugurl=http://bugzilla.redhat.com/bugzilla/
cd ..
@@ -574,6 +575,9 @@ rm -rf %{buildroot}
%do_files xtensa-linux-gnu %{build_xtensa}
%changelog
+* Wed Jul 11 2012 Dan Horák <dan[at]danny.cz> - 2.22.52.0.3-2
+- don't install libbfd/libopcode when host == target (eg. on s390x)
+
* Wed May 30 2012 David Howells <dhowells@redhat.com> - 2.22.52.0.3-1
- Update to binutils-2.22.52.0.3.
- Fixed a warning in the assembler for h8300 that caused the build to fail.