SPECS: qt4.spec - build qstring.cpp with -O1 to avoid internal compiler error

arekm arekm at pld-linux.org
Sat Mar 7 15:33:29 CET 2009


Author: arekm                        Date: Sat Mar  7 14:33:29 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build qstring.cpp with -O1 to avoid internal compiler error

---- Files affected:
SPECS:
   qt4.spec (1.192 -> 1.193) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.192 SPECS/qt4.spec:1.193
--- SPECS/qt4.spec:1.192	Sat Mar  7 14:18:22 2009
+++ SPECS/qt4.spec	Sat Mar  7 15:33:23 2009
@@ -101,6 +101,7 @@
 Patch8:		%{name}-pl-update.patch
 Patch9:		%{name}-ibase.patch
 Patch10:	%{name}-ppc.patch
+Patch11:	%{name}-ppc-hack.patch
 # svn://anonsvn.kde.org/home/kde/trunk/qt-copy/patches
 URL:		http://www.qtsoftware.com/
 %{?with_ibase:BuildRequires:	Firebird-devel}
@@ -1331,6 +1332,11 @@
 %patch9 -p1
 %patch10 -p1
 
+# hack for tools/qstring.cpp:2329: internal compiler error: in output_369, at config/rs6000/rs6000.md:11495
+%ifarch ppc ppc64
+%patch11 -p1
+%endif
+
 %{__sed} -i -e 's,usr/X11R6/,usr/g,' mkspecs/linux-g++-64/qmake.conf \
 	mkspecs/common/linux.conf
 
@@ -2152,6 +2158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.193  2009/03/07 14:33:23  arekm
+- build qstring.cpp with -O1 to avoid internal compiler error
+
 Revision 1.192  2009/03/07 13:18:22  charles
 - oh... packed %{_bindir}/qhelp{converter,generator}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.192&r2=1.193&f=u



More information about the pld-cvs-commit mailing list