SPECS: gcc.spec - pentium4 regression fixed. - BR(gmp-devel, libmpf...

pluto pluto at pld-linux.org
Sun Jun 19 15:25:59 CEST 2005


Author: pluto                        Date: Sun Jun 19 13:25:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pentium4 regression fixed.
- BR(gmp-devel,libmpfr-devel) needed only for fortran complex arithmetics.

---- Files affected:
SPECS:
   gcc.spec (1.322 -> 1.323) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.322 SPECS/gcc.spec:1.323
--- SPECS/gcc.spec:1.322	Thu Jun 16 20:14:33 2005
+++ SPECS/gcc.spec	Sun Jun 19 15:25:54 2005
@@ -39,7 +39,7 @@
 Summary(pt_BR):	Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	4.1.0
-%define		_snap	20050616_1440
+%define		_snap	20050619_1459
 Release:	0.%{_snap}.1
 Epoch:		5
 License:	GPL v2+
@@ -47,7 +47,7 @@
 #Source0:	ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 #Source0:	ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%{_snap}/gcc-4.1-%{_snap}.tar.bz2
 Source0:	gcc-4.1-%{_snap}.tar.bz2
-# Source0-md5:	8cc0f906131ba1b6aa83757c8a324caa
+# Source0-md5:	88c13d5bc21dd453d560b072f00376d7
 Source1:	%{name}-optimize-la.pl
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolocalefiles.patch
@@ -78,8 +78,10 @@
 %endif
 BuildRequires:	gettext-devel
 BuildRequires:	glibc-devel >= %{!?with_multilib:2.2.5-20}%{?with_multilib:6:2.3.4-1.5}
+%if %{with fortran}
 BuildRequires:	gmp-devel
 BuildRequires:	libmpfr-devel
+%endif
 %{?with_java:BuildRequires:	pango-devel}
 BuildRequires:	perl-devel
 %{?with_java:BuildRequires:	pkgconfig}
@@ -110,9 +112,6 @@
 %define		_libdir32	/usr/lib
 %endif
 
-# disable -mtune=pentium4 due to p4 related regression.
-%define		specflags_i686	-mtune=i686
-
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
@@ -770,7 +769,7 @@
 	--with-system-zlib \
 	--with-slibdir=%{_slibdir} \
 	--without-x \
-	--enable-cmath \
+	%{?with_fortran:--enable-cmath} \
 %if %{with java}
 	--enable-libgcj \
 	--enable-libgcj-multifile \
@@ -1252,6 +1251,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.323  2005/06/19 13:25:54  pluto
+- pentium4 regression fixed.
+- BR(gmp-devel,libmpfr-devel) needed only for fortran complex arithmetics.
+
 Revision 1.322  2005/06/16 18:14:33  pluto
 - debuginfo disabled for devel snaps.
 
================================================================

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




More information about the pld-cvs-commit mailing list