[mingw-qt] Remove -mms-bitfields from the win64 qmake.conf as it's unneeded with gcc 4.7

Erik van Pienbroek epienbro at fedoraproject.org
Thu Apr 19 16:50:54 UTC 2012


commit df4885bc522a8e3e6ab3089360ac6b4dc955677b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Apr 19 18:50:50 2012 +0200

    Remove -mms-bitfields from the win64 qmake.conf as it's unneeded with gcc 4.7

 mingw-qt.spec    |    1 +
 qmake.conf.win64 |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mingw-qt.spec b/mingw-qt.spec
index 3db7408..c0c6210 100644
--- a/mingw-qt.spec
+++ b/mingw-qt.spec
@@ -1052,6 +1052,7 @@ sed -i s@'$${QT_LIBINFIX}d'@'d$${QT_LIBINFIX}'@ $RPM_BUILD_ROOT%{mingw64_datadir
 %changelog
 * Thu Apr 19 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.1-2
 - Make linking against the static version of Qt work without any manual fiddling
+- Remove -mms-bitfields from the win64 qmake.conf as it's unneeded with gcc 4.7
 
 * Wed Mar 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.1-1
 - Update to 4.8.1
diff --git a/qmake.conf.win64 b/qmake.conf.win64
index 5d26304..c58d9ac 100644
--- a/qmake.conf.win64
+++ b/qmake.conf.win64
@@ -21,7 +21,7 @@ QMAKE_LEX		= flex
 QMAKE_LEXFLAGS		=
 QMAKE_YACC		= byacc
 QMAKE_YACCFLAGS		= -d
-QMAKE_CFLAGS		= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 --param=ssp-buffer-size=4 -mms-bitfields -fno-keep-inline-dllexport
+QMAKE_CFLAGS		= -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 --param=ssp-buffer-size=4 -fno-keep-inline-dllexport
 QMAKE_CFLAGS_DEPS	= -M
 QMAKE_CFLAGS_WARN_ON	= -Wall
 QMAKE_CFLAGS_WARN_OFF	= -w


More information about the scm-commits mailing list