[cross-binutils] don't install libbfd/libopcode when host == target (eg. on s390x)

Dan Horák sharkcz at fedoraproject.org
Wed Jul 11 15:03:03 UTC 2012


commit 624ab3c7f1585381d74e65eeafb7c844e2de5fd3
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jul 11 17:02:57 2012 +0200

    don't install libbfd/libopcode when host == target (eg. on s390x)

 cross-binutils.spec |    6 +++++-
 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 at 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.


More information about the scm-commits mailing list