summaryrefslogtreecommitdiff
path: root/src/template/sco
blob: 3126e062cedf1f3fe93769f36bbce9eb0fd98060 (plain)
1
2
3
4
5
6
7
if test "$GCC" = yes; then
  CFLAGS=-O2
else
  CFLAGS=-O
fi
CC="$CC -b elf"