Author: pluto Date: Wed Mar 9 22:03:11 2005 GMT
Module: SPECS Tag: GCC_4
---- Log message:
- bcond_without profiling added.
- testing pr18628 and relink fixes.
---- Files affected:
SPECS:
gcc.spec (1.259.2.67 -> 1.259.2.68)
---- Diffs:
================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.259.2.67 SPECS/gcc.spec:1.259.2.68
--- SPECS/gcc.spec:1.259.2.67 Sun Mar 6 23:34:13 2005
+++ SPECS/gcc.spec Wed Mar 9 23:03:05 2005
@@ -6,14 +6,7 @@
%bcond_without java # build without Java support
%bcond_without objc # build without ObjC support
%bcond_with multilib # build with multilib support (it needs
glibc[32&64]-devel)
-
-%bcond_with bootstrap
-
-%if %{with bootstrap}
-%undefine with_fortran
-%undefine with_java
-%undefine with_objc
-%endif
+%bcond_without profiling # build without profiling
%ifnarch amd64 ppc64 s390x sparc64
%undefine with_multilib
@@ -33,7 +26,7 @@
Name: gcc
Epoch: 5
Version: 4.0.0
-Release: 0.%{_snap}.1
+Release: 0.%{_snap}.2
License: GPL
Group: Development/Languages
#Source0:
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
@@ -47,6 +40,8 @@
Patch3: %{name}-ada-link-new-libgnat.patch
Patch4: %{name}-ada-link.patch
Patch5: %{name}-alpha-ada_fix.patch
+Patch6: %{name}-relink.patch
+Patch7: %{name}-pr18628.patch
URL: http://gcc.gnu.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -474,8 +469,10 @@
%patch3 -p1
%patch4 -p1
%patch5 -p1
+%patch6 -p1
# PRs
+%patch7 -p1
# because we distribute modified version of gcc...
perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
@@ -522,9 +519,7 @@
cd ..
%{__make} -C obj-%{_target_platform} \
-%ifnarch ppc
- %{!?with_bootstrap:profiledbootstrap} \
-%endif
+ %{?with_profiling:profiledbootstrap} \
GCJFLAGS="%{rpmcflags}" \
BOOT_CFLAGS="%{rpmcflags}" \
STAGE1_CFLAGS="%{rpmcflags} -O0" \
@@ -977,6 +972,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.259.2.68 2005/03/09 22:03:05 pluto
+- bcond_without profiling added.
+- testing pr18628 and relink fixes.
+
Revision 1.259.2.67 2005/03/06 22:34:13 mmazur
- profiled bootstrap on ppc is borked and I need gcc on ppc; testing
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.259.2.67&r2=1.259.2.68&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit