Commit e85b2d66 by David S. Miller Committed by David S. Miller

Enable haifa for sparc64 too.

From-SVN: r21461
parent ac478ac0
Tue Jul 28 22:01:23 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* configure.in (enable_haifa): Set by default for sparc64 too.
configure: Rebuilt.
Tue Jul 28 23:29:04 1998 Jason Merrill <jason@yorick.cygnus.com> Tue Jul 28 23:29:04 1998 Jason Merrill <jason@yorick.cygnus.com>
* i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro. * i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
......
...@@ -3041,7 +3041,7 @@ fi ...@@ -3041,7 +3041,7 @@ fi
if [[ x$enable_haifa = x ]] if [[ x$enable_haifa = x ]]
then then
case $target in case $target in
alpha*-* | hppa1.?-* | powerpc*-* | rs6000-* | *sparc-* | m32r*-*) alpha*-* | hppa1.?-* | powerpc*-* | rs6000-* | *sparc*-* | m32r*-*)
enable_haifa=yes;; enable_haifa=yes;;
esac esac
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment