Update to 11.1.1 (bootstrap 2)

This commit is contained in:
Sandro Mani 2021-07-08 23:14:58 +02:00
parent f0c07c7fae
commit 2079b7d1bd

View File

@ -8,7 +8,7 @@
# 5. Build mingw-gcc with bootstrap=0, enable_libgomp=1
# Set this to one when mingw-crt isn't built yet
%global bootstrap 1
%global bootstrap 0
# Set this one to zero when mingw-winpthreads isn't built yet
%global enable_libgomp 0
@ -30,7 +30,7 @@
Name: mingw-gcc
Version: %{gcc_version}
Release: 0.1%{?dist}
Release: 0.2%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@ -669,6 +669,9 @@ ln -sf %{mingw64_bindir}/libssp-0.dll %{buildroot}%{mingw64_libdir}/libssp.dll.a
%changelog
* Thu Jul 08 2021 Sandro Mani <manisandro@gmail.com> - 11.1.1-0.2
- Update to 11.1.1 (bootstrap 2)
* Thu Jul 08 2021 Sandro Mani <manisandro@gmail.com> - 11.1.1-0.1
- Update to 11.1.1 (bootstrap)