public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* configure.in: enable Haifa for SPARC
@ 1998-04-18 17:53 John Carr
  1998-04-23 21:12 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: John Carr @ 1998-04-18 17:53 UTC (permalink / raw)
  To: egcs

My SPARC changes assume the Haifa scheduler is being used.


Sat Apr 18 20:51:24 1998  John Carr  <jfc@mit.edu>

	* configure.in: Enable Haifa scheduler by default for SPARC.

*** configure.in.orig	Wed Apr 15 17:32:16 1998
--- configure.in	Sat Apr 18 20:50:30 1998
***************
*** 2891,2897 ****
  if [[ x$enable_haifa = x ]]
  then
    case $target in
!     alpha*-* | hppa1.?-* | powerpc*-* | rs6000-*)
        enable_haifa=yes;;
    esac
  fi
--- 2891,2897 ----
  if [[ x$enable_haifa = x ]]
  then
    case $target in
!     alpha*-* | hppa1.?-* | powerpc*-* | rs6000-* | *sparc-*)
        enable_haifa=yes;;
    esac
  fi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure.in: enable Haifa for SPARC
  1998-04-18 17:53 configure.in: enable Haifa for SPARC John Carr
@ 1998-04-23 21:12 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-04-23 21:12 UTC (permalink / raw)
  To: John Carr; +Cc: egcs

		* configure.in: Enable Haifa scheduler by default for SPARC.

I was assuming that Richard would want to comment on this, but since he
hasn't done so yet I will second it myself.  It looks OK to check in to me.

Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-04-23 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-18 17:53 configure.in: enable Haifa for SPARC John Carr
1998-04-23 21:12 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).