Enable Haifa by default on alpha, powerpc, and sparc (to match Cygnus's

default list)
This commit is contained in:
tv 1998-08-18 18:59:46 +00:00
parent 74018d8df6
commit 37d4bf965b

View File

@ -1,10 +1,16 @@
# $NetBSD: Makefile.inc,v 1.10 1998/08/18 13:31:50 tv Exp $ # $NetBSD: Makefile.inc,v 1.11 1998/08/18 18:59:46 tv Exp $
.if !defined(GCC_MAKEFILE_INC) .if !defined(GCC_MAKEFILE_INC)
GCC_MAKEFILE_INC=1 GCC_MAKEFILE_INC=1
.include <bsd.own.mk> .include <bsd.own.mk>
# These architectures are Cygnus's default for enabling Haifa
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc")
USE_EGCS_HAIFA=1
.endif
# gcc has files with a "rs6000" prefix for powerpc # gcc has files with a "rs6000" prefix for powerpc
GNU_ARCH.powerpc=rs6000 GNU_ARCH.powerpc=rs6000