From 89d6f3e4ea031738221eded4583326b82f3faa0e Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Wed, 28 May 2014 21:12:38 +0200 Subject: [PATCH] Use winpthreads on RHEL7 --- mingw-gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index d124f37..33c29e7 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -4,7 +4,7 @@ %global bootstrap 0 # C++11 threads requires winpthreads so this can only be enabled once winpthreads is built -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 %global enable_winpthreads 1 %else %global enable_winpthreads 0