rpms/gcc/devel gcc.spec,1.29,1.30

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 12 14:52:28 UTC 2009


Author: ausil

Update of /cvs/extras/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2748

Modified Files:
	gcc.spec 
Log Message:
dont build cloog on sparc arches.  use bootstrap on sparcv9



Index: gcc.spec
===================================================================
RCS file: /cvs/extras/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gcc.spec	10 Mar 2009 11:23:08 -0000	1.29
+++ gcc.spec	12 Mar 2009 14:51:57 -0000	1.30
@@ -13,7 +13,11 @@
 %define build_ada 0
 %endif
 %define build_java 1
+%ifarch %{sparc}
+%define build_cloog 0
+%else
 %define build_cloog 1
+%endif
 # If you don't have already a usable gcc-java and libgcj for your arch,
 # do on some arch which has it rpmbuild -bc --with java_tar gcc41.spec
 # which creates libjava-classes-%{version}-%{release}.tar.bz2
@@ -627,7 +631,11 @@
 %endif
 
 #GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
+%ifarch sparcv9
+GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
+%else
 GCJFLAGS="$OPT_FLAGS" make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" profiledbootstrap
+%endif
 
 # run the tests.
 make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
@@ -1747,6 +1755,11 @@
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Mar 12 2009 Dennis Gilmore <dennis at ausil.us> 
+- don't build cloog support on sparc arches
+- missing some deps still
+- build sparcv9  with bootstrap not profiledbootstrap
+
 * Tue Mar 10 2009 Jakub Jelinek <jakub at redhat.com> 4.4.0-0.24
 - update from trunk
   - PRs ada/39221, c++/39060, c++/39367, c++/39371, libfortran/39402,




More information about the fedora-extras-commits mailing list