Use -O2 for the arm kernel as well

This commit is contained in:
Olivier Houchard 2004-09-23 22:53:22 +00:00
parent c60e48e2b6
commit 107d4bd621

View File

@ -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