Add the beginnings of Sparc64 support.

This commit is contained in:
David E. O'Brien 2002-05-10 01:31:40 +00:00
parent bea805383e
commit a25fa515ee

View File

@ -9,6 +9,8 @@ CPUTYPE ?= i386
CPUTYPE ?= ev4
.elif ${MACHINE_ARCH} == "ia64"
CPUTYPE ?= itanium
.elif ${MACHINE_ARCH} == "sparc64"
CPUTYPE ?= ultrasparc
.endif
# Handle aliases (not documented in make.conf to avoid user confusion