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 - 2.22.52.0.3-2 +- don't install libbfd/libopcode when host == target (eg. on s390x) + * Wed May 30 2012 David Howells - 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.