Add the beginnings of Sparc64 support.
This commit is contained in:
parent
bea805383e
commit
a25fa515ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user