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