[mingw-gcc] Re-enable libgomp support

Erik van Pienbroek epienbro at fedoraproject.org
Tue Dec 4 23:30:20 UTC 2012


commit 521ee2726f9f3f16df48e7225479d4f4847f0164
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Dec 5 00:30:15 2012 +0100

    Re-enable libgomp support

 mingw-gcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw-gcc.spec b/mingw-gcc.spec
index 074f095..48d32cd 100644
--- a/mingw-gcc.spec
+++ b/mingw-gcc.spec
@@ -10,14 +10,14 @@
 # enabled once pthreads-w32 or winpthreads is built. If enable_libgomp
 # is set to 1 and enable_winpthreads is set to 0 then pthreads-w32 will
 # be used as pthreads implementation
-%global enable_libgomp 0
+%global enable_libgomp 1
 
 # Run the testsuite
 %global enable_tests 0
 
 Name:           mingw-gcc
 Version:        4.7.2
-Release:        4%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW Windows cross-compiler (GCC) for C
 
 License:        GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@@ -670,6 +670,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
 
 
 %changelog
+* Tue Dec 04 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.2-6
+- Re-enable libgomp support
+
 * Mon Dec 03 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.2-5
 - Temporary build without libgomp support because of the broken circular
   dependency between ming-gcc and mingw-pthreads which was caused by the


More information about the scm-commits mailing list