configure.in: enable Haifa for SPARC

John Carr jfc@mit.edu
Sat Apr 18 17:53:00 GMT 1998


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



More information about the Gcc mailing list