From 00e797b1799ded4a7fac34aff9175fa5c5e86568 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Mon, 28 Jul 2014 19:04:41 +0200 Subject: [PATCH] Really enable std::threads support --- mingw-gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 4e2b459..5f328c1 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -32,7 +32,7 @@ Name: mingw-gcc Version: 4.9.1 -Release: 1%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist} +Release: 2%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions @@ -305,7 +305,7 @@ configure_args="$configure_args --disable-lto" %endif %if 0%{enable_winpthreads} -configure_args="$configure_args --with-threads=posix" +configure_args="$configure_args --enable-threads=posix" %endif %if 0%{enable_libgomp} @@ -693,6 +693,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-* %changelog +* Mon Jul 28 2014 Erik van Pienbroek - 4.9.1-2 +- Really enable std::threads support + * Fri Jul 18 2014 Erik van Pienbroek - 4.9.1-1 - Update to gcc 4.9.1