Add the beginnings of Sparc64 support.

This commit is contained in:
obrien 2002-05-10 01:31:40 +00:00
parent e0aeecf683
commit 176a306854

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