Use -O2 for the arm kernel as well
This commit is contained in:
parent
984cda6c97
commit
6f8e60c5c8
@ -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…
x
Reference in New Issue
Block a user