mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Lets give -O2 kernels a try on sparc64.
Reviewed by: kensmith
This commit is contained in:
parent
2b63e7f397
commit
29906c8dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ SIZE?= size
|
|||
.if ${CC} == "icc"
|
||||
COPTFLAGS?=-O
|
||||
.else
|
||||
. if ${MACHINE_ARCH} == "amd64"
|
||||
. if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
|
||||
COPTFLAGS?=-O2 -frename-registers -pipe
|
||||
. elif ${MACHINE_ARCH} == "ia64"
|
||||
COPTFLAGS?=-O2 -pipe
|
||||
|
|
|
|||
Loading…
Reference in a new issue