SPECS: gcc.spec - don't use mmx during bootstrap. gnat won't work ...

pluto pluto at pld-linux.org
Sat Nov 26 18:00:08 CET 2005


Author: pluto                        Date: Sat Nov 26 17:00:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't use mmx during bootstrap. gnat won't work with mmx and x87/mmx
  mode switching patchset. waiting for updated patchset...

---- Files affected:
SPECS:
   gcc.spec (1.391 -> 1.392) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.391 SPECS/gcc.spec:1.392
--- SPECS/gcc.spec:1.391	Fri Nov 25 16:59:01 2005
+++ SPECS/gcc.spec	Sat Nov 26 18:00:01 2005
@@ -46,7 +46,7 @@
 Name:		gcc
 Version:	4.1.0
 %define		_snap	20051123r107414
-Release:	0.%{_snap}.0.4
+Release:	0.%{_snap}.1
 Epoch:		5
 License:	GPL v2+
 Group:		Development/Languages
@@ -118,7 +118,7 @@
 BuildRequires:	gmp-devel
 BuildRequires:	libmpfr-devel
 %endif
-%{?with:java:BuildRequires:	libxslt-devel}
+%{?with_java:BuildRequires:	libxslt-devel}
 %{?with_java:BuildRequires:	pango-devel}
 BuildRequires:	perl-devel
 %{?with_java:BuildRequires:	pkgconfig}
@@ -149,6 +149,10 @@
 %define		_libdir32	/usr/lib
 %endif
 
+%ifarch %{ix86} %{x8664}
+%define		specflags	-mno-mmx
+%endif
+
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -753,7 +757,7 @@
 
 %patch0 -p1
 %patch1 -p1
-%{!?debug:%patch2 -p1}
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -849,7 +853,7 @@
 	GCJFLAGS="%{rpmcflags}" \
 	BOOT_CFLAGS="%{rpmcflags}" \
 	STAGE1_CFLAGS="%{rpmcflags} -O0" \
-	GNATLIBCFLAGS="%{rpmcflags} -O1" \
+	GNATLIBCFLAGS="%{rpmcflags}" \
 	LDFLAGS_FOR_TARGET="%{rpmldflags}" \
 	mandir=%{_mandir} \
 	infodir=%{_infodir}
@@ -1349,6 +1353,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.392  2005/11/26 17:00:01  pluto
+- don't use mmx during bootstrap. gnat won't work with mmx and x87/mmx
+  mode switching patchset. waiting for updated patchset...
+
 Revision 1.391  2005/11/25 15:59:01  pluto
 - BR libxslt-devel for xmlj.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.391&r2=1.392&f=u




More information about the pld-cvs-commit mailing list