Update to 2.22.52 20120225 snapshot
and dropped some obsolete configure arguments
This commit is contained in:
parent
8301d311ab
commit
63f0eb56f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ binutils-2.20.1.tar.bz2
|
||||
/binutils-2.20.51.0.10.tar.bz2
|
||||
/binutils-2.21.tar.bz2
|
||||
/binutils-2.22.tar.bz2
|
||||
/binutils-2.22.52.tar.bz2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: mingw32-binutils
|
||||
Version: 2.22
|
||||
Version: 2.22.52
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows binutils
|
||||
|
||||
@ -33,14 +33,14 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
../configure \
|
||||
--build=%_build --host=%_host \
|
||||
--target=%{_mingw32_target} \
|
||||
--verbose --disable-nls \
|
||||
--without-included-gettext \
|
||||
--disable-win32-registry \
|
||||
--disable-werror \
|
||||
--disable-nls \
|
||||
--with-sysroot=%{_mingw32_sysroot} \
|
||||
--prefix=%{_prefix} --bindir=%{_bindir} \
|
||||
--includedir=%{_includedir} --libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} --infodir=%{_infodir}
|
||||
--prefix=%{_prefix} \
|
||||
--bindir=%{_bindir} \
|
||||
--includedir=%{_includedir} \
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir}
|
||||
|
||||
make all %{?_smp_mflags}
|
||||
|
||||
@ -62,6 +62,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.52-1
|
||||
- Update to 2.22.52 20120225 snapshot
|
||||
- Dropped some obsolete configure arguments
|
||||
|
||||
* Tue Jan 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22-1
|
||||
- Update to 2.22
|
||||
- Dropped unneeded RPM tags
|
||||
|
||||
Loading…
Reference in New Issue
Block a user