public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <ausil@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: dont build cloog on sparc arches. use bootstrap on sparcv9
Date: Mon, 29 Jun 2026 12:24:14 GMT	[thread overview]
Message-ID: <178273585410.1.967391229535540799.rpms-gcc-31f39411a235@fedoraproject.org> (raw)

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,

                 reply	other threads:[~2026-06-29 12:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273585410.1.967391229535540799.rpms-gcc-31f39411a235@fedoraproject.org \
    --to=ausil@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox