- "no" is not valid option for --enable-gold
This commit is contained in:
parent
53d6e53533
commit
531a74d49f
@ -17,7 +17,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.20.51.0.12
|
Version: 2.20.51.0.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -185,7 +185,9 @@ CFLAGS="$CFLAGS -O0 -ggdb2"
|
|||||||
%configure \
|
%configure \
|
||||||
--build=%{_target_platform} --host=%{_target_platform} \
|
--build=%{_target_platform} --host=%{_target_platform} \
|
||||||
--target=%{binutils_target} \
|
--target=%{binutils_target} \
|
||||||
|
%ifarch %gold_arches
|
||||||
--enable-gold=%{build_gold} \
|
--enable-gold=%{build_gold} \
|
||||||
|
%endif
|
||||||
%if !%{isnative}
|
%if !%{isnative}
|
||||||
--enable-targets=%{_host} \
|
--enable-targets=%{_host} \
|
||||||
--with-sysroot=%{_prefix}/%{binutils_target}/sys-root \
|
--with-sysroot=%{_prefix}/%{binutils_target}/sys-root \
|
||||||
@ -413,6 +415,9 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 4 2010 Dan Horák <dan[at]danny.cz> - 2.20.51.0.12-2
|
||||||
|
- "no" is not valid option for --enable-gold
|
||||||
|
|
||||||
* Thu Oct 28 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.12-1
|
* Thu Oct 28 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.12-1
|
||||||
- Rebase on 2.20.51.0.12 tarball. (BZ 582160)
|
- Rebase on 2.20.51.0.12 tarball. (BZ 582160)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user