|
@@ -11,7 +11,7 @@ Summary: A GNU collection of binary utilities.
|
|
|
Summary(ja): GNU 版バイナリユーティリティ集
|
|
|
Name: binutils
|
|
|
Version: 2.22
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: GPLv3+
|
|
|
Group: Development/Tools
|
|
|
URL: http://sources.redhat.com/binutils
|
|
@@ -187,6 +187,7 @@ CFLAGS="$CFLAGS -O0 -ggdb2"
|
|
|
--target=%{binutils_target} \
|
|
|
%ifarch %gold_arches
|
|
|
--enable-gold=yes --enable-ld=yes \
|
|
|
+ --enable-plugins \
|
|
|
%else
|
|
|
--enable-gold=no --enable-ld=yes \
|
|
|
%endif
|
|
@@ -412,6 +413,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jan 14 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-2
|
|
|
+- enabled linker plugins support
|
|
|
+
|
|
|
* Fri Nov 25 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-1
|
|
|
- updated to 2.22 (gnu.org)
|
|
|
- updated Patch06: build-id patch
|