rpms/gcc/devel gcc4.spec,1.53,1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 8 22:16:06 UTC 2005


Author: jakub

Update of /cvs/dist/rpms/gcc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21814

Modified Files:
	gcc4.spec 
Log Message:
4.0.1-1



Index: gcc4.spec
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc4.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- gcc4.spec	8 Jul 2005 21:11:47 -0000	1.53
+++ gcc4.spec	8 Jul 2005 22:16:03 -0000	1.54
@@ -436,9 +436,11 @@
 %patch24 -p0 -b .fortran-rh161679~
 %patch25 -p0 -b .fortran-rh161680~
 %patch26 -p0 -b .i386-masm=intel~
+%ifnarch ia64
 %patch27 -p0 -b .stack-protector~
 %patch28 -p0 -b .ia64-stack-protector~
 %patch29 -p0 -b .s390-stack-protector~
+%endif
 %patch30 -p0 -b .libstdc++-pr22309~
 
 perl -pi -e 's/4\.0\.2/4.0.1/' gcc/version.c
@@ -549,11 +551,14 @@
 
 # run the tests.
 make %{?_smp_mflags} -k check || :
+%ifnarch ia64
 cd gcc
 mv testsuite{,.normal}
 make %{?_smp_mflags} -k check RUNTESTFLAGS=--target_board=unix/-fstack-protector || :
 mv testsuite{,.ssp}
 mv testsuite{.normal,}
+cd ..
+%endif
 echo ====================TESTING=========================
 ( ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
 echo ====================TESTING END=====================




More information about the fedora-cvs-commits mailing list