public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: dont build cloog on sparc arches. use bootstrap on sparcv9
@ 2026-06-29 12:24 Dennis Gilmore
  0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-06-29 12:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 31f39411a23542298eb686aa73c31e67ae06f362
Author : Dennis Gilmore <ausil@fedoraproject.org>
Date   : 2009-03-12T14:51:57+00:00
Stats  : +13/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/31f39411a23542298eb686aa73c31e67ae06f362?branch=rhel-f41-base

Log:
dont build cloog on sparc arches. use bootstrap on sparcv9

---
diff --git a/gcc.spec b/gcc.spec
index 7fd29d5..2def515 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -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 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`" 
 %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 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Mar 12 2009 Dennis Gilmore <dennis@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@redhat.com> 4.4.0-0.24
 - update from trunk
   - PRs ada/39221, c++/39060, c++/39367, c++/39371, libfortran/39402,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:24 [rpms/gcc] rhel-f41-base: dont build cloog on sparc arches. use bootstrap on sparcv9 Dennis Gilmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox