aboutsummaryrefslogtreecommitdiff
path: root/src/template/linux
blob: 02371c1d04f640d2008a348a1d9d0a47f8e728fe (plain)
1
2
3
4
5
CFLAGS=-O2

case $host_cpu in
  mips*)   CFLAGS="$CFLAGS -mips2";;
esac