SPECS: gcc.spec - reworked stack protector merged into gcc cvs. it...

pluto pluto at pld-linux.org
Mon Jul 11 21:33:13 CEST 2005


Author: pluto                        Date: Mon Jul 11 19:33:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reworked stack protector merged into gcc cvs. it works at tree-level now.

---- Files affected:
SPECS:
   gcc.spec (1.333 -> 1.334) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.333 SPECS/gcc.spec:1.334
--- SPECS/gcc.spec:1.333	Sat Jul  9 17:48:45 2005
+++ SPECS/gcc.spec	Mon Jul 11 21:33:08 2005
@@ -18,6 +18,11 @@
 # debuginfo not needed for devel snaps.
 %define		_enable_debug_packages	0
 
+%if %{with multilib}
+# the latest chrpath(64) can't handle 32-bit binaries :/
+%define		_noautochrpath	.*/lib/.*\\.so.*
+%endif
+
 %if %{without objc}
 %undefine	with_objcxx
 %endif
@@ -36,7 +41,7 @@
 Summary(pt_BR):	Coleçăo dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	4.1.0
-%define		_snap	20050709T1542UTC
+%define		_snap	20050711T1626UTC
 Release:	0.%{_snap}.0.1
 Epoch:		5
 License:	GPL v2+
@@ -44,7 +49,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:	9f6cb21a1c60f5fdb54c43d307a37544
+# Source0-md5:	bd4418cf5fabfee675ce6c95f08542cb
 Source1:	%{name}-optimize-la.pl
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolocalefiles.patch
@@ -775,7 +780,6 @@
 	--enable-libgcj-database \
 	--enable-gtk-cairo \
 %endif
-	--enable-version-specific-runtime-libs \
 	%{_target_platform}
 
 cd ..
@@ -948,6 +952,8 @@
 %attr(755,root,root) %{_bindir}/cc
 %attr(755,root,root) %{_bindir}/cpp
 
+%{_includedir}/ssp
+
 %{_mandir}/man1/cc.1*
 %{_mandir}/man1/cpp.1*
 %{_mandir}/man1/gcc.1*
@@ -959,12 +965,18 @@
 %attr(755,root,root) /lib/cpp
 
 %attr(755,root,root) %{_slibdir}/lib*.so
+%{_libdir}/libssp.la
+%attr(755,root,root) %{_libdir}/libssp.a
+#{_libdir}/libssp_nonshared.*
 %if %{with multilib}
 %dir %{_libdir}/gcc/*/*/32
 %{_libdir}/gcc/*/*/32/libgcov.a
 %{_libdir}/gcc/*/*/32/libgcc.a
 %{_libdir}/gcc/*/*/32/libgcc_eh.a
 %{_libdir}/gcc/*/*/32/libgcc_s.so
+%{_libdir32}/libssp.la
+%attr(755,root,root) %{_libdir32}/libssp.a
+#{_libdir32}/libssp_nonshared.*
 %endif
 %{_libdir}/gcc/*/*/libgcov.a
 %{_libdir}/gcc/*/*/libgcc.a
@@ -984,8 +996,10 @@
 %defattr(644,root,root,755)
 %if %{with multilib}
 %attr(755,root,root) %{_slibdir32}/lib*.so.*
+%attr(755,root,root) %{_libdir32}/libssp.so.*
 %endif
 %attr(755,root,root) %{_slibdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libssp.so.*
 
 %files -n libmudflap
 %defattr(644,root,root,755)
@@ -1251,6 +1265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.334  2005/07/11 19:33:08  pluto
+- reworked stack protector merged into gcc cvs. it works at tree-level now.
+
 Revision 1.333  2005/07/09 15:48:45  pluto
 - new snap, nfy.
 
================================================================

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




More information about the pld-cvs-commit mailing list