mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add support for the AMD x86-64 Hammer platform.
This commit is contained in:
parent
1494fdadfb
commit
fb3d225909
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ MACHINE_CPU = ev45 ev4
|
|||
. elif ${CPUTYPE} == "ev4"
|
||||
MACHINE_CPU = ev4
|
||||
. endif
|
||||
.elif ${MACHINE_ARCH} == "x86-64" || ${MACHINE_ARCH} == "x86_64"
|
||||
MACHINE_CPU = x86-64 sse2 sse
|
||||
.elif ${MACHINE_ARCH} == "ia64"
|
||||
. if ${CPUTYPE} == "itanium"
|
||||
MACHINE_CPU = itanium
|
||||
|
|
|
|||
Loading…
Reference in a new issue