mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
4aafadc8b9
commit
22e5252fed
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue