Default Alpha compiles to ev5.

EV5 binaries will run on EV4[5], but the timing assumptions do pessimize
running on EV4[5].

Tested by:	ticso
This commit is contained in:
David E. O'Brien 2002-05-15 18:16:43 +00:00
parent 4aafadc8b9
commit 22e5252fed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96680

View file

@ -6,7 +6,7 @@
.if ${MACHINE_ARCH} == "i386"
CPUTYPE ?= i386
.elif ${MACHINE_ARCH} == "alpha"
CPUTYPE ?= ev4
CPUTYPE ?= ev5
.elif ${MACHINE_ARCH} == "ia64"
CPUTYPE ?= itanium
.elif ${MACHINE_ARCH} == "sparc64"