packages: gcc/gcc.spec - add missed BRs, enable LTO and plugin machinery. -...

pluto pluto at pld-linux.org
Fri Apr 16 10:56:28 CEST 2010


Author: pluto                        Date: Fri Apr 16 08:56:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add missed BRs, enable LTO and plugin machinery.
- remove --enable-multilib from ./configure, it's enabled by default.

---- Files affected:
packages/gcc:
   gcc.spec (1.603 -> 1.604) 

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.603 packages/gcc/gcc.spec:1.604
--- packages/gcc/gcc.spec:1.603	Fri Apr 16 08:36:06 2010
+++ packages/gcc/gcc.spec	Fri Apr 16 10:56:23 2010
@@ -77,7 +77,7 @@
 Source1:	%{name}-optimize-la.pl
 Source2:	ftp://sourceware.org/pub/java/ecj-%{major_ecj_ver}.jar
 # Source2-md5:	d7cd6a27c8801e66cbaa964a039ecfdb
-# svn diff svn://gcc.gnu.org/svn/gcc//tags/gcc_4_5_0_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_5-branch > gcc-branch.diff
+# svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_5_0_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_5-branch > gcc-branch.diff
 Patch100:	%{name}-branch.diff
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolocalefiles.patch
@@ -99,6 +99,7 @@
 BuildRequires:	bison
 BuildRequires:	chrpath >= 0.13-2
 %{?with_tests:BuildRequires:	dejagnu}
+BuildRequires:	elfutils-devel >= 0.145-1
 BuildRequires:	fileutils >= 4.0.41
 BuildRequires:	flex
 %if %{with ada}
@@ -123,6 +124,7 @@
 %endif
 %endif
 BuildRequires:	gmp-devel >= 4.1
+BuildRequires:	libmpc-devel
 BuildRequires:	mpfr-devel >= 2.3.0
 BuildRequires:	rpmbuild(macros) >= 1.211
 BuildRequires:	texinfo >= 4.1
@@ -1441,9 +1443,11 @@
 	--enable-c99 \
 	--enable-long-long \
 	--enable-decimal-float=yes \
-	--%{?with_multilib:en}%{!?with_multilib:dis}able-multilib \
+	%{!?with_multilib:--disable-multilib} \
 	--enable-nls \
 	--disable-werror \
+	--enable-lto \
+	--enable-plugin \
 %ifarch %{ix86} %{x8664}
 	--disable-cld \
 %endif
@@ -2291,6 +2295,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.604  2010/04/16 08:56:23  pluto
+- add missed BRs, enable LTO and plugin machinery.
+- remove --enable-multilib from ./configure, it's enabled by default.
+
 Revision 1.603  2010/04/16 06:36:06  arekm
 - fetch 4.5.0 tarball
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.603&r2=1.604&f=u



More information about the pld-cvs-commit mailing list