[mingw32-gcc] Re-enable libgomp support

epienbro epienbro at fedoraproject.org
Mon Feb 27 18:31:29 UTC 2012


commit d1b1d0fab92e5a3da48513820467cb74ea40412a
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Feb 27 19:31:25 2012 +0100

    Re-enable libgomp support

 mingw32-gcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-gcc.spec b/mingw32-gcc.spec
index 9382377..9b290c1 100644
--- a/mingw32-gcc.spec
+++ b/mingw32-gcc.spec
@@ -5,11 +5,11 @@
 %global bootstrap 0
 
 # Libgomp requires pthreads so this can only be enabled once pthreads is built
-%global enable_libgomp 0
+%global enable_libgomp 1
 
 Name:           mingw32-gcc
 Version:        4.7.0
-Release:        0.4.%{snapshot_date}%{?dist}
+Release:        0.5.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler (GCC) for C
 
 License:        GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@@ -337,6 +337,9 @@ popd
 
 
 %changelog
+* Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.0-0.5.20120224
+- Re-enable libgomp support
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.0-0.4.20120224
 - Perform a regular build
 


More information about the mingw mailing list