Use -O2 for the arm kernel as well

This commit is contained in:
cognet 2004-09-23 22:53:22 +00:00
parent 984cda6c97
commit 6f8e60c5c8

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