SPECS (GCC_4_1): gcc.spec - updated to 4.1.0-RC1. - secure plt for...

pluto pluto at pld-linux.org
Mon Feb 20 13:20:54 CET 2006


Author: pluto                        Date: Mon Feb 20 12:20:54 2006 GMT
Module: SPECS                         Tag: GCC_4_1
---- Log message:
- updated to 4.1.0-RC1.
- secure plt for ppc enabled.
- libstdcxx's pch disabled.

---- Files affected:
SPECS:
   gcc.spec (1.396.2.28 -> 1.396.2.29) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.396.2.28 SPECS/gcc.spec:1.396.2.29
--- SPECS/gcc.spec:1.396.2.28	Sat Feb 18 15:07:01 2006
+++ SPECS/gcc.spec	Mon Feb 20 13:20:49 2006
@@ -40,15 +40,17 @@
 Summary(pt_BR):	Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	4.1.0
-%define		_snap	20060218r111233
+#define		_snap	20060218r111233
+%define		_snap	20060219
 Release:	0.%{_snap}.1
 Epoch:		5
 License:	GPL v2+
 Group:		Development/Languages
+Source0:	ftp://gcc.gnu.org/pub/gcc/prerelease-%{version}-%{_snap}/gcc-%{version}-%{_snap}.tar.bz2
+# Source0-md5:	afe7a62dd812d7dbb9542472fc07cbe7
 #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:	1adcffd82ab4f9dbc9f5a0a49cd00061
+#Source0:	gcc-4.1-%{_snap}.tar.bz2
 Source1:	%{name}-optimize-la.pl
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolocalefiles.patch
@@ -753,7 +755,8 @@
 
 %prep
 #setup -q -n gcc-%{version}
-%setup -q -n gcc-4_1-branch
+%setup -q -n gcc-%{version}-%{_snap}
+#setup -q -n gcc-4_1-branch
 
 %patch0 -p1
 %patch1 -p1
@@ -808,6 +811,7 @@
 TEXCONFIG=false \
 ../configure \
 	--prefix=%{_prefix} \
+	--with-local-prefix=%{_prefix}/local \
 	--libdir=%{_libdir} \
 	--libexecdir=%{_libdir} \
 	--infodir=%{_infodir} \
@@ -819,6 +823,7 @@
 	--enable-languages="c%{?with_cxx:,c++}%{?with_fortran:,fortran}%{?with_objc:,objc}%{?with_objcxx:,obj-c++}%{?with_ada:,ada}%{?with_java:,java}" \
 	--enable-c99 \
 	--enable-long-long \
+	--disable-libstdcxx-pch \
 	--%{?with_multilib:en}%{!?with_multilib:dis}able-multilib \
 	--enable-nls \
 	--disable-werror \
@@ -830,6 +835,9 @@
 	%{!?with_java:--without-x} \
 	%{?with_fortran:--enable-cmath} \
 	--with-long-double-128 \
+%ifarch ppc ppc64
+	--enable-secureplt \
+%endif
 %if %{with java}
 	--enable-libgcj \
 	--enable-libgcj-multifile \
@@ -962,7 +970,6 @@
 
 %if %{with cxx}
 %find_lang libstdc\+\+
-rm -rf $RPM_BUILD_ROOT%{_includedir}/c++/%{version}/*/bits/stdc++.h.gch
 install libstdc++-v3/include/stdc++.h $RPM_BUILD_ROOT%{_includedir}
 %endif
 
@@ -1369,6 +1376,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396.2.29  2006/02/20 12:20:49  pluto
+- updated to 4.1.0-RC1.
+- secure plt for ppc enabled.
+- libstdcxx's pch disabled.
+
 Revision 1.396.2.28  2006/02/18 14:07:01  pluto
 - updated to 4.1.0-20060218r111233 (it's almost final release).
 
================================================================

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



More information about the pld-cvs-commit mailing list