Use -O2 for the arm kernel as well
This commit is contained in:
parent
c60e48e2b6
commit
107d4bd621
@ -25,6 +25,8 @@ COPTFLAGS?=-O2 -frename-registers -pipe
|
||||
COPTFLAGS?=-O2 -pipe
|
||||
. elif ${MACHINE_ARCH} == "sparc64"
|
||||
COPTFLAGS?=-O2 -pipe
|
||||
. elif ${MACHINE_ARCH} == "arm"
|
||||
COPTFLAGS?=-O2 -pipe
|
||||
. else
|
||||
COPTFLAGS?=-O -pipe
|
||||
. endif
|
||||
|
Loading…
Reference in New Issue
Block a user